/* @font-face {
    font-family: "Lusail";
    src:  url("/fonts/Lusail-Regular.ttf");
    font-weight: normal;
    font-style: normal;
  } */
.numbers-section {
    padding: 0;
    background-color:transparent;
    font-family: 'Arial', sans-serif;
    gap: 30px;
  display: flex;
  flex-direction: column;
}
.numbers-box {
      background-color: #fff;
       display: flex;
    justify-content: center;
    gap: 20px;
}
.blue-colored{
    color:#0d4261;
}
.red-colored{
    color: #8a1538;
}

.numbers-desc{
    margin: auto;
    text-align: center;
    /* margin-top: -15px; */
}
.numbers-desc h4{
    font-size: 16px;
    line-height: 20px;
    margin: 2px 0;
}
.numbers-item {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    text-align: center;
    gap: 28px;
    align-items: flex-start; 
    /* justify-content: center; */
}

.numbers-number-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    text-align: center;
    margin: auto;
    gap:5px;
}
.numbers-number-box h4 , .numbers-number-box p{ 
    margin: 2px;

}
 .numbers-number-box h3{
      margin: 10px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 }
/* .more-icon{
    display: flex;
} */
.more-icon svg{
    width: 1em;
  fill: currentColor;
  stroke: currentColor;
  vertical-align: middle;
  margin: 0 5px;
}
.numbers-icon-box img{
    width: 54px;
    height: 54px;
    padding-top: 20px;
        align-self: flex-start;
   
}
.numbers-icon-box {
 justify-content: start ;
}

.numbers-number {
    font-size: 20px;
    font-weight: bold;
    color: #b01c2e;
    line-height: 1.5rem;
}

.numbers-desc {
    
    display: flex;
    gap:5px;
}
.numbers-desc a{
  
    color: #0e4668;
    font-size: 16px;
  line-height: 2em;
  font-weight: 500;
  text-transform: none;
  font-size: 1rem;
}
/* @media (max-width: 650px)  {
        .numbers-item ,.numbers-box {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 10px;
}
} */

@media (max-width: 768px)  {
      .numbers-number-box {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        padding: 0;
        font-weight: bold;
        text-align: center;
        margin: 0;
        gap: 8px;


    }

    .numbers-box {
        grid-template-columns: 1fr;
    }

    .numbers-title ,.numbers-title-en {
        border-right: none;
        padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    }
    .numbers-title h2 , .numbers-title-en  h3{
        font-size: 22px;
        text-align: center;
        line-height: 1.8em;
    }
    .numbers-item ,.numbers-box {
    display: flex;
    flex-direction: column;
  
    gap: 10px;
    padding: 0;
    /* justify-content: center; */
}

  .numbers-number-box , .numbers-item{
    align-items: center;
    justify-content: center;
    text-align: center;
  }


    .numbers-desc {
        text-align: center !;
        margin: 0 ;
    }
    
    .numbers-number-box {
        width: 60%;
        text-align: center;
    }  .numbers-number-box  h4{
        
        text-align: center;
    }
    .numbers-icon-box {
        width:30%;
    }
}