.video-text__video {
    height: 231px;
    margin-bottom: 30px;
    position: relative;
}

.video-text__video img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    border-radius: 0 60px;
}

.video-text--blue {
    background: #242765;
    color: #fff;
}

.video-text--blue h4 {
    color: #B5E9FF;
}

.video-text--blue h4::before {
    background: #fff;
}

@media (min-width: 1200px) {
    .video-text--blue a:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
}

.video-text--blue h2 {
    color: #24AAE1;
}

.video-text--gray h2 {
    color: #242424;
}

.video-text--lightblue {
    background: #B5E9FF;
}

.video-text--lightblue h2 {
    color: #242424;
}

.video-text--lightblue h4:before {
    background-color: #242765;
}

.video-text--gray {
    background: #EBEBEB;
}

.video-text__video a {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .video-text__video {
        height: 384px;
        width: 548px;
    }
}


@media (min-width: 1200px) {
    .video-text__flex {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .video-text__flex--right {
        flex-direction: row-reverse;
    }

    .video-text__video {
        height: 453px;
        width: 100%;
        margin-bottom: 0;
    }

    .video-text__video a {
        display: block;
        height: 100%;
    }
}

.video-text .read-more__content p .btn {
    margin-top: 15px;
}