.about-us__wrapper  {
    border-radius: 40px;
    background: #FFF;
    padding: 80px;
}

.about-us__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.about-us__logo-wrapper {
    border-radius: 20px;
    padding: 20px 30px;
    background: #F1F4F9;
    display: flex;
}

.about-us__heading {
    color: #202029;
}

.about-us__bottom {
    border-radius: 20px;
    background: #F1F4F9;
    padding: 30px;
}

.about-us__bottom {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.about-us__text-content {
    flex-basis: 450px;
}

.about-us__video-wrapper {
    flex-basis: 640px;
    position: relative;
}

.about-us__video-wrapper a {
    display: flex;
}

.about-us__author {
    padding: 32px 32px 36px 32px;
    border-radius: 20px;
    background: #FFFFFF;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

.about-us__avatar-wrapper {
    flex-basis: 64px;
    flex-shrink: 0;
    display: flex;
}

.about-us__avatar {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.about-us__author-info {
    flex-basis: 227px;
}

.about-us__author-name {
    color: #202029;
    margin-bottom: 2px;
}

.about-us__job-position {
   color: #202029;
}

.about-us__text-wrapper {
    border-radius: 20px;
    padding: 22px;
    background: #FFF;
}

.about-us__quote-icon {
    display: inline;
    margin-right: 24px;
}

.about-us__text {
    display: inline;
    color: #202029;
}


.video_lightbox_anchor_image,
.about-us__video-preview {
    border-radius: 20px;
}


@media screen and (max-width: 1199.98px) {
    .about-us__bottom {
        gap: 30px;
    }

    .about-us__wrapper {
        padding: 60px;
    }
}


@media screen and (max-width: 1023.98px) {
    .about-us__bottom {
        flex-direction: column-reverse;
        padding: 0;
        background: transparent;
        gap: 20px;
    }

    .about-us__text-content,
    .about-us__video-wrapper {
        flex-basis: fit-content;
    }

    .about-us__wrapper {
        padding: 40px;
        border-radius: 20px;
    }

    .about-us__top {
        margin-bottom: 20px;
    }

    .about-us__author {
        padding: 20px;
        border: 2px solid #F1F4F9;
        border-radius: 20px;
        margin-bottom: 10px;
        gap: 20px;
    }

    .about-us__text-wrapper {
        padding: 20px;
        border: 2px solid #F1F4F9;
        border-radius: 20px;
    }

    .about-us__quote-icon {
        margin-right: 14px;
        width: 26px;
        height: 15px;
    }
    

    .about-us__avatar-wrapper {
        flex-basis: 48px;
    }

    .about-us__avatar {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 599.98px) {
    .about-us__wrapper {
        padding: 40px 25px;
    }

    .about-us__logo-wrapper {
        display: none;
    }

    .video_lightbox_anchor_image,
    .about-us__video-preview {
        min-height: 208px;
        object-fit: cover;
    }
}