.video-quote-container {
    position: relative;
    height: 100%;
}
@media (min-width: 992px) {
    .video-info-container {
        padding-left: 52px;
    }
}
.video-quote-container img {
    width: 100%;
    border-radius: 12px;
    height: 32.5rem;
    object-fit: cover;
}
.video-quote-container__play-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.video-quote-container__play-button img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}
.video-quote-container__play-button img:hover {
    opacity: 0.8;
}
.media-container {
    position: relative;
    width: 100%;
}
.media-container--info-card {
    height: 110%;
}

.quote-widget__titleContainer {
    margin-bottom: 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.quote-widget__titleContainer .title {
    margin: 0 !important;
}

.quote-block {
    width: 85%;
    margin: 0 auto;
    margin-top: -2rem;
    position: relative;
    border-radius: 16px;
    padding: 2rem 3rem;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(13, 27, 48, 0.14);
}
.quote-block__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quote-block__container .quote-block {
    max-width: 40rem;
}
.quote-block .arrow {
    width: unset;
}
.quote-block__image {
    height: 30rem;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
@media (min-width: 576px) {
    .quote-block {
        margin-top: -2rem;
        width: 90%;
    }
}
@media (min-width: 768px) {
    .quote-block {
        margin-top: -4rem;
        width: 85%;
    }
}
@media (min-width: 992px) {
    .quote-block {
        margin-top: -5rem;
    }
    .quote-block__image {
        height: 39rem;
    }
}
@media (min-width: 1200px) {
    .quote-block {
        margin-top: -4rem;
    }
}
.quote-block__quote {
    color: #1c3254;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    position: relative;
    margin-left: 15px;
    margin-top: 10px;
}
.quote-block__quote::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    width: 2.15px;
    height: 100%;
    background: #9ade19;
}
.quote-block__link {
    display: block;
    width: 100%;
}
.quote-block__link:hover .quote-block {
    box-shadow: 0 8px 24px 0 rgba(28, 50, 84, 0.17);
}
@media (min-width: 992px) {
    .video-container {
        padding-left: 52px;
        height: 120%;
    }
}
.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.video-container__play-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 50, 84, 0.1);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-container__play-button img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}
.video-container__play-button img:hover {
    opacity: 0.8;
}
.video-data {
    align-items: center;
    width: 85%;
    background: white;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(28, 50, 84, 0.07);
    border-radius: 12px;
    margin: 0 auto;
    margin-top: -10%;
    /* margin-bottom: 20px; */
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    align-items: flex-start;
}

.video-data + .text {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .video-data {
        margin-left: unset;
        margin-right: unset;
    }
}
.video-data__header {
    font-size: 16px;
}
.video-data__paragraph {
    color: #9ade19;
    font-family: Ubuntu Medium;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.8rem;
}

@media (min-width: 576px) {
    .video-data {
        margin-top: -10%;
    }
}
@media (min-width: 992px) {
    .video-data {
        margin-top: -2%;
    }
}
@media (min-width: 992px) {
    .video-data {
        width: 60%;
    }
}
.video-data > * {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding: 30px 30px 0px 30px;
    max-width: 50%;
    margin: 0 auto;
}

.video-data div:last-child {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .video-data > * {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .video-data > * {
        width: 25%;
    }
}
.video-data > * p {
    margin-bottom: 0;
}
.header-container__paragraph {
    margin-bottom: 30px !important;
}

/* .header-container__button {
    margin-bottom: 25px;
} */

.text-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-container__h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .text-container__h2 {
        font-size: 30px;
        line-height: 42px;
        max-width: 380px;
        margin-bottom: 15px;
    }
}
.text-container__paragraph {
    color: #68778d;
    font-family: "Fira Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px !important;
}
.text-container__highlight {
    color: #9ade19;
    font: inherit;
    margin-bottom: 20px;
}
.video {
    width: 100%;
    height: 360px;
}
@media (min-width: 992px) {
    .video {
        height: 600px;
    }
}
.video iframe {
    width: 100%;
    height: 100%;
}

.card__image-video .video-container__video {
    border-radius: 1.5rem;
    width: 100%;
    height: 16rem;
    object-fit: cover;
    position: relative;
}
.card__image-video .video-quote-container__play-button img {
    position: absolute;
    top: 25%
}
