@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;
}

.body-content .content {
    padding: 0;
    box-shadow: 0px 0px 8px rgb(15 49 116 / 30%);
}

.container .content{
    padding: 0;
}

.content .img-1{
    position: absolute;
    left: 0;
    top: 117px;
}
.content .img-2{
    position: absolute;
    right: 0;
    top: 50%;
}
.content .img-3{
    position: absolute;
    left: 0;
    top: 94%;
}

.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: 257px;
}

.head-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #0F3174;
}

/* body content */

.content{
    margin-bottom: 45px;
}

.text {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 40px;
}

.title p{
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #A0752B;
}

.decs p{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.more .btn {
    background: #0F3174;
    border: 1px solid #0F3174;
    border-radius: 30px;
    padding: 16px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.more .btn-1 {
    border: 1px solid #0F3174;
    border-radius: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0F3174;
    padding: 16px 30px;
    display: inline-block;
}

@media screen and (max-width:1800px) {

}

@media screen and (max-width:1570px) {

}

@media screen and (max-width:1390px) {

    .content .img-1 {
        top: 127px;
        left: 0;
        width: 18%;
    }

    .content .img-2 {
        right: 0;
        top: 69%;
        width: 11%;
    }

    .content .img-3 {
        left: 0;
        top: 98%;
        width: 19%;
    }

}

@media screen and (max-width:990px) {
    .head-content {
        margin-bottom: 227px;
    }

    .content .img-1 {
        top: 137px;
        position: absolute;
        left: 0;
        width: 22%;
    }

    .content .img-2 {
        display: none;
    }

    .content .img-3 {
        position: absolute;
        left: 0;
        top: 100%;
        width: 27%;
    }

    .text {
        margin-top: auto;
        margin-bottom: auto;
        padding: 12px;
    }

}

@media screen and (max-width:631px) {
    .head-content {
        margin-bottom: 267px;
    }

    .content .img-1{
        top: 137px;
        position: absolute;
        left: 0;
        width: 27%;
    }

    .content .img-2 {
        display: none;
    }

    .content .img-3 {
        position: absolute;
        left: 0;
        top: 100%;
        width: 27%;
    }

    .text {
        margin-top: auto;
        margin-bottom: auto;
        padding: 12px;
    }
    .content .img-1 {
        top: 90px;
        position: absolute;
        left: 0;
        width: 18%;
    }
    .head-content {
        margin-bottom: 80px;
    }
}




@media (min-width: 1481px) and (max-width: 1780px) {
  
    .head-content h2 {
        font-size: 30px;
    }
    .title p {
        font-size: 28px;
    }
    
}


@media (min-width: 1281px) and (max-width: 1480px) {
    .head-content h2 {
        font-size: 28px;
    }
    .head p{
        font-size: 14px;
    }
    .title p {
        font-size: 26px;
    }
    .decs p {
        font-size: 18px;
    }
  }
  
@media (min-width: 1025px) and (max-width: 1280px) {
    .head-content h2 {
        font-size: 26px;
    }
    .head p{
        font-size: 14px;
    }
    .title p {
        font-size: 26px;
    }
    .decs p {
        font-size: 18px;
    }
}
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .head-content h2 {
        font-size: 24px;
    }
    .head p{
        font-size: 12px;
    }
    .title p {
        font-size: 24px;
    }
    .decs p {
        font-size: 16px;
    }
    
}

  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .head-content h2 {
        font-size: 22px;
    }
    .title p {
        font-size: 24px;
    }
    .decs p {
        font-size: 16px;
    }
    
}
  
  
  @media (min-width: 481px) and (max-width: 767px) {
    .head-content h2 {
        font-size: 20px;
    }
    .head p{
        font-size: 12px;
    }
    .title p {
        font-size: 22px;
    }
    .decs p {
        font-size: 14px;
    }
}
  
  
  @media (min-width: 320px) and (max-width: 480px) {
    .head-content h2 {
        font-size: 18px;
    }
    .head p{
        font-size: 10px;
    }
    .title p {
        font-size: 20px;
    }
    .decs p {
        font-size: 14px;
    }
    
   
}