.about-container{
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
   
}

*{
    color: #3E5669;
}

.about-page{     
    margin-left: 17%;
    margin-right: 17%;
    padding-bottom: 96px;
}
.about-main{
    font-size: 2.2rem;
}
.about-para1{
    margin-top: 32px;
}


.about-div1{
    margin-left: 8%;
    margin-right: 8%;
}

.about-div2{
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 96px;
}

.about-div3{
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 48px;
}

.desktop-img{
    display: block;
}
.mobile-img{
    display: none;
}

.blueGradient{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #69C8CF;
  }
  
  .btn {
    width: 138px;
    height: 36px;
    background: #3E5669;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 45px;
    color:#FAC141;
    margin-top:16px;
    }
    .btn span {
        color:#FAC141;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8px;
        }

@media screen and (max-width: 599px) {
    .margLeftRight {
        margin-left: 11.11%;
        margin-right: 11.11%;
    }
    .brandingMobile .partners-logo{
        display:none
    }
    .btn span {
        margin-top: 0px;
        }
    .about-container{
        padding-bottom: 48px !important;
    }
    .about-page{
        margin-left: 8%;
        margin-right: 8%;  
        padding-bottom: 68px;
    }
    .about-main{
        font-size: 1.8rem;
    }
    
    .about-div1{
        margin-left: 0%;
        margin-right: 0%;
    }
    .about-div2{
        margin-left: 0%;
        margin-right: 0%;        
        margin-top:32px
    }
    
    .about-div3{
        margin-left: 0%;
        margin-right: 0%;
    }
    .mobile-img{
        display: block;
    }
    .desktop-img{
        display: none;
    }
  
    }
    @media screen and (min-width:600px) and (max-width:1112px){
        .about-section{
            height:320px;

        }
        .desktop-img{
            display: block;
            height: inherit;
            width:100%;
            margin-top:0 !important;
            object-fit:cover;
            padding-top:60px;

        }
      }