@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.about-us-relative {
    position: relative;
    height: 80rem;
}

.about-us-h3 {
    position: relative;
    margin: 2rem 6rem;
}

.osp {
    position: relative;
    height: 40rem;
}

.h3-about-us {
    position: absolute;
    top: 2rem;
    width: 40rem;
    height: 13rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 146.4%;
    /* or 67px */
    text-transform: capitalize;
    color: #5E8589;
}

.about-us-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 40rem;
    top: 12rem;
    object-fit: cover;
    /* background: url(..); */
}

.rectangle-flex {
    position: absolute;
    width: 49rem;
    height: 40rem;
    left: 14rem;
    top: 43rem;
    background: #DFE7E7;
    box-shadow: 0px 4px 30px 2px rgb(0 0 0 / 5%);
    border-radius: 0.8rem;
}

.h4-about-us {
    margin: 2rem 3rem 1rem 3rem;
    height: 4rem;
    /* transform: translate(9%, 140%); */
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 146.4%;
    text-transform: capitalize;
    color: #5E8589;
    width: 55%;
}

.p-know-about-us {
    width: 100%;
    height: 35rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.45rem;
    line-height: 153.5%;
    color: #5E8589;
    padding: 1rem 3rem 3rem 3rem;
    text-align: justify;
}

.about-us-service-main {
    position: relative;
}

.about-us-service {
    position: relative;
    top: 55rem;
    left: 52%;
    width: 50%;
}

.col-width {
    width: 40%;
}

.about-us-box1 {
    display:inline-block;
    margin: 2rem;
    width: 10rem;
    height: 10rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 29px 5px rgba(0, 0, 0, 0.06);
    border-radius: 18px 18px 0px 18px;
}


.img-about-us {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 3.5rem;
    left: 4.5rem;
}

.img-about-us-2 {
    width: 7rem;
    height: 7rem;
    position: relative;
    top: 1.5rem;
    left: 1rem;
}

.img-about-us-3 {
    width: 7rem;
    height: 7rem;
    position: relative;
    top: 1.5rem;
    left: 0.9rem;
}

.rts {
    position: relative;
    width: 9rem;
    height: 3rem;
    top: 12rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 159.5%;
    text-align: center;
    color: #5E8589;
}

.support {
    width: 11rem;
    height: 3rem;
    top: 12rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 159.5%;
    text-align: center;
    color: #5E8589;
    position: relative;
    top: 5rem;
    left: -1rem;
}

.access {
    position: relative;
    width: 9rem;
    height: 4rem;
    /* left: 38rem; */
    top: 5rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 159.5%;
    text-align: center;
    color: #5E8589;
}


/* Parnter css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
.h4-partners {
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    height: 5.3rem;
    top: 10rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3.3rem;
    line-height: 146.4%;
    text-transform: capitalize;
    color: #5E8589;
}

@media screen and (max-width: 1240px) {
    .osp {
    position: relative;
    height: 48rem;
}
    .rts{
        top:5rem;
    }
    .rectangle-flex {
        position: absolute;
        width: 70%;
        height: 30rem;
        left: 14rem;
        top: 43rem;
        background: #DFE7E7;
        box-shadow: 0px 4px 30px 2px rgb(0 0 0 / 5%);
        border-radius: 0.8rem;
    }
    .about-us-service {
    position: relative;
    top: 73rem;
    left: 20%;
    width: 80%;
    }
    
   .img-about-us { 
    position: relative;
    top: 1.5rem;
    left: 1.5rem;
   }
   .h4-partners{
       text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    height: 5.3rem;
    top: 17rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3.3rem;
    line-height: 146.4%;
    text-transform: capitalize;
    color: #5E8589;
   }
   
   .our-partner-main {
    position: relative;
    top: 6rem;
}
}