.about-pageIntro p {
    padding-right: 4rem;
}

.infraSection {
    background: var(--mrt-blue);
    margin-bottom: 3rem;
}

.infraSection .row {
    min-height: 26.67rem;
}

.infraImageLeft {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/images/aboutpageImage-05.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%;
}

.qImageRight {
    right: 0;
    left: auto;
    background-image: url(../assets/images/aboutpageImage-06.png);
    background-position: left center;
}

.policySection {
    background: var(--mrt-orange-2);
}

.bodSection img {
    width: 11.2rem;
    border-radius: 50%;
}

.bodSection p {
    font-weight: 700;
}

.certificates img {
   border: 1px solid #f0f0f0;
}

@media( max-width: 1199px ) {
    .about-pageIntro p {
        padding-right: 3rem;
    }
}

@media( max-width: 767px ) {
    .infraImageLeft {
        display: none;
    }
    .infraSection .row {
        min-height: auto;
    }
    .infraSection {
        margin-bottom: 0;
    }
    .about-pageIntro p {
        padding-right: 0;
    }
}

@media( min-width: 768px ) {
    .certificates img {
        max-width: 130px;
    }
}

@media( min-width: 992px ) {
    .certificates img {
        max-width: 180px;
    }
}

@media( min-width: 1200px ) {
    .certificates img {
        max-width: 210px;
    }
}

@media( min-width: 1400px ) {
    .certificates img {
        max-width: 260px;
    }
}

@media( max-width: 767px ) {
    .certificates img {
        max-width: 100%;
    }
}