.aboutus-section .about-us-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.aboutus-section .about-us-top,
.aboutus-section .about-us-bottom {
    position: relative;
}
.aboutus-section .about-us-top .about-top-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 115px;
    bottom: 45px;
}
.aboutus-section .top-bg-divider {
    height: 52px;
    width: 100%;
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
}
.aboutus-section .top-bg-divider img {
    width: 100%;
    display: block;
}
.aboutus-section .about-heading {
    /* font-family: 'Poppin SemiBold'; */
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 28px;
    line-height: 1;
}
.aboutus-section .about-top-content p {
    width: 50%;
    text-align: left;
    line-height: 1.8;
    max-height: 52px;
    font-family: 'Poppins', arial, sans-serif;
}
.aboutus-section .about-bottom-content {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    height: 100%;
}
.aboutus-section .about-bottom-content-wrapper {
    flex: 0 0 59%;
    max-width: 59%;
    padding-right: calc(9% - 80px);
}
.aboutus-section .about-bottom-right-imgs {
    flex: 0 0 41%;
    max-width: 41%;
    position: relative;
}
.aboutus-section .about-bottom-bg-img img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.aboutus-section .about-bottom-right-top img {
    display: block;
    height: auto;
    width: 100%;
}
.aboutus-section .about-bottom-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.aboutus-section .about-bottom-right-bottom {
    position: absolute;
    right: 0;
    bottom: 3px;
}
.aboutus-section .about-bottom-right-top {
    position: relative;
    z-index: 1;
    margin-top: -45px;
}
.aboutus-section .about-us-bottom {
    height: 100%;
}
.about-bottom-content-wrapper .page-width {
    margin-right: 0;
    width: 100%;
    max-width: 777px;
}
.aboutus-section .left-side-content .left-top-content {
    display: block;
    /* font-family: Poppins regular; */
    line-height: 1.8;
}
.aboutus-section .left-side-content .left-bottom-content {
    display: block;
    line-height: 30px;
    max-height: 240px;
    margin: 20px 0 25px 0;
    /* font-family: 'Poppins', arial, sans-serif; */
    overflow: hidden;
}
.about-bottom-content-wrapper .btn-wrapper {
    display: flex;
    gap: 17px;
}
.about-bottom-content-wrapper .contact-btn.secondary-btn {
    background: transparent;
    min-height: 41px;
    transition: all .3s ease;
}
.aboutus-section .about-bottom-content-wrapper .contact-btn.secondary-btn:hover {
    color: #fff;
}
.aboutus-section .icon-list-wrapper  {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 60px;
}
.aboutus-section .icon-list-wrapper .icon-list {
    display: flex;
    align-items: center;
    width: 33.33%;
    padding: 0 30px;
    border-left: 1px #dedede solid;
}
.aboutus-section .icon-list-wrapper .icon-list:hover img {
    transform: rotateY(180deg);
}
.aboutus-section .icon-list-wrapper .icon-list:nth-child(2) {
    width: 42%;
}
.aboutus-section .icon-list-wrapper .icon-list:last-child {
    width: 25%;
}
.aboutus-section .icon-list-wrapper .icon-list img {
    flex: 75px 0 0;
    max-width: 75px;
    margin-right: 20px;
    transition: 0.6s all;
}
.aboutus-section .icon-list-wrapper .icon-list:first-child {
    border-left: 0;
    padding-left: 0;
}
.aboutus-section .icon-list a {
    /* font-family: Poppins regular; */
    line-height: 1.8;
    display: flex;
}
@media only screen and (max-width: 1260px) {
    .aboutus-section .icon-list-wrapper .icon-list img {
        flex: 60px 0 0;
        max-width: 60px;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .aboutus-section .about-top-content p {
        width: 80%;
    }
    .about-bottom-content-wrapper .page-width {
        padding: 0;
    }
    .aboutus-section .about-bottom-right-imgs,
    .aboutus-section .about-bottom-content-wrapper {
        flex: 0 0 94%;
        max-width: 94%;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .about-bottom-content-wrapper .page-width {
        max-width: 100%;
    }
    .aboutus-section .about-bottom-content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .aboutus-section .about-bottom-right-top {
        margin-top: 30px;
    }
    .aboutus-section .icon-list-wrapper .icon-list img {
        flex: 0 0 60px;
        max-width: 60px;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .aboutus-section .icon-list-wrapper {
        flex-wrap: wrap;
    }
    .aboutus-section .icon-list-wrapper .icon-list {
        width: 100% !important;
        padding: 0;
        border: 0;
    }
    .aboutus-section .about-top-content p {
        width: 100%;
        max-height: 100%;
    }
    .aboutus-section .icon-list-wrapper {
        gap: 20px;
    }
    .aboutus-section .about-bottom-right-bottom {
        display: none;
    }
    .aboutus-section .about-bottom-bg-img {
        display: none;
    }
    .aboutus-section .icon-list-wrapper {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 425px) {
    .aboutus-section .about-us-top .about-top-content {
        top: 100px;
        bottom: 0;
        height: auto;
    }
}
@media only screen and (max-width: 370px) {
    .aboutus-section .about-us-top .about-top-content {
        top: 80px;
    }
}
@media only screen and (max-width: 350px) {
    .aboutus-section .about-us-top .about-top-content {
        top: 65px;
    }
}