.about-us-content-left {
    width: 33.33333%;
    position: relative;
}

.about-us-content-left > img {
    width: 100%;
    height: 100%;
}

.about-us-content-left  .about-us-contact {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0a4160;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-contact .btn {
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 10px 60px;
}

.about-us-content-right {
    width: 66.666667%;
}

.about-us-header {
    background: #0cba62;
    display: flex;
}

.about-us-content-right .header-content {
    max-width: 100%;
    position: relative;
    display: flex;
}

.about-us-content-right .content-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about-us-content-right .content-left h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
}

.about-us-content-right .content-right {
    width: 40%;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.about-us-content-right .content-right h2 {
    font-size: 2rem;
    margin-top: 150px;
}

.about-us-featured-wrap {
    padding: 60px 0;
}
.about-us-featured-wrap .about-us-icon {
    display: flex;
    max-height: 200px;
    justify-content: center;
    margin-top: 20px;
}

.about-us-featured-wrap .about-us-title h3 {
    color: #0cba62;
    font-weight: bold;
}

.about-us-video-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #0cba62;
}

.about-us-video-wrap  .video-wrapper {
    width: 50%;
    padding-bottom: 25%;
}



@media screen and (max-width: 767px) {
    .about-us-content-left {
        display: none;
    }
    .about-us-content-right {
        width: 100%;
    }
    .about-us-content-right .header-content  {
        height: auto;
    }
    .about-us-content-right .content-left h2 {
        font-size: 1.2rem;
    }

    .about-us-content-right .content-right h2 {
        font-size: 1.2rem;
        margin-top: 30px;
    }
}