@import url('https://fonts.googleapis.com/css2?family=Inter&family=Odibee+Sans&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap');


* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.content{
    position: relative;
}
.image-bg-left{
    position: absolute;
    left: 0;
    top: 50%;
    width: 251px;
}
.image-bg-right{
    position: absolute;
    right: 0;
    top: 20%;
    width: 218px;
}
.head-content{
    position: relative;
    text-align: center;
    padding: 20px;
    margin-top: 33px;
    margin-bottom: 250px;
}
.head-content h2{
    font-size: 40px;
    font-weight: 500;
    color: #0F3174;
}
.body-content{
    margin: 0 380px;
    margin-bottom: 245px;
}
.service{
    display: flex;
    flex-wrap: wrap;
}
.service-item{
    background-color: #FFFF;
    width: calc(33.33% - 70px) ;
    height: 330px;
    margin: 50px 35px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    text-align: center;
    padding: 45px 80px;
}
.service-item p{
    font-size: 24px;
    font-weight: 400;
    color: #0F3174;
    margin-top: 44px;
}


@media screen and (max-width:1800px){
    .body-content{
        margin: 0 200px;
    }
}

@media screen and (max-width:1570px){
    .service-item{
        background-color: #FFFF;
        width: calc(33.33% - 70px) ;
        height: 330px;
        margin: 50px 35px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        text-align: center;
        padding: 45px 80px;
    }
    .service-item p{
        font-size: 21px;
        font-weight: 400;
        color: #0F3174;
        margin-top: 44px;
    }
    .image-bg-left{
        position: absolute;
        left: 0;
        top: 50%;
        width: 220px;
    }
    .image-bg-right{
        position: absolute;
        right: 0;
        top: 20%;
        width: 190px;
    }
    
    
}
@media screen and (max-width:1390px){
    .body-content{
        margin: 0 120px;
    }
    .service-item p{
        font-size: 18px;
        font-weight: 400;
        color: #0F3174;
        margin-top: 42px;
    }
    .service-item img{
        width: 80px;
    }
    .service-item{
        padding: 45px 30px;
    }
    .image-bg-left{
        position: absolute;
        left: 0;
        top: 50%;
        width: 180px;
    }
    .image-bg-right{
        position: absolute;
        right: 0;
        top: 20%;
        width: 170px;
    }
    .head-content {
        margin-bottom: 90px;
    }
}
@media screen and (max-width:990px){
    .service-item{
        background-color: #FFFF;
        width: calc(50% - 70px) ;
        height: 330px;
        margin: 50px 35px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        text-align: center;
        padding: 45px 80px;
    }
    .body-content{
        margin: 0 60px;
    }
    .service-item p{
        font-size: 18px;
        font-weight: 400;
        color: #0F3174;
        margin-top: 42px;
    }
    .service-item{
        padding: 45px 30px;
    }
    .image-bg-left{
        position: absolute;
        left: 0;
        top: 45%;
        width: 100px;
    }
    .image-bg-right{
        position: absolute;
        right: 0;
        top: 20%;
        width: 80px;
    }
    .head-content {
        margin-bottom: 80px;
    }
}
@media screen and (max-width:631px){
    .service-item{
        background-color: #FFFF;
        width: calc(100% - 70px) ;
        height: 260px;
        margin: 50px 35px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        text-align: center;
        padding: 45px 20px;
    }
    .service-item p{
        font-size: 16px;
        font-weight: 400;
        color: #0F3174;
        margin-top: 42px;
    }
    .head-content {
        margin-bottom: 20px;
    }
}






@media (min-width: 1481px) and (max-width: 1780px) {
  
    .head-content h2 {
        font-size: 30px;
    }
    
}


@media (min-width: 1281px) and (max-width: 1480px) {
  
    .head-content h2 {
        font-size: 28px;
    }
    .head-content p{
        font-size: 14px;
    }
    
  }
  
@media (min-width: 1025px) and (max-width: 1280px) {
    .head-content h2 {
        font-size: 26px;
    }
}
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .head-content h2 {
        font-size: 24px;
    }
    .head-content p{
        font-size: 12px;
    }
    
}

  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .head-content h2 {
        font-size: 22px;
    }
    
}
  
  
  @media (min-width: 481px) and (max-width: 767px) {
    .head-content h2 {
        font-size: 20px;
    }
    .head-content p{
        font-size: 12px;
    }
}
  
  
  @media (min-width: 320px) and (max-width: 480px) {
    .head-content h2 {
        font-size: 18px;
    }
    .head-content p{
        font-size: 10px;
    }
}