.elsa-story-block {
    background: url("../../static/images/elsa-story-desktop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
}

.elsa-story-block > .max-width-allpage > .row {
    margin: 0 -23px;
}
.story-left-side-video,
.story-right-side-text {
    height: 100%;
    padding: 0 23px;
}

.story-video-title {
    color: #171f48;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 8px;
}

.story-video-text {
    font-size: 18px;
    line-height: 22px;
    color: #9d9d9d;
    text-align: right;
    margin-bottom: 0;
}

.story-right-side-text .right-side-text {
    font-size: 18px;
    line-height: 180%;
    color: #171f48;
    text-align: justify;
    margin-bottom: 54px;
}

.story-left-side-video iframe {
    min-height: 390px;
}

@media (max-width: 991px) {
    .elsa-story-block {
        padding: 36px 0;
        margin: 0;
        background: url("../../static/images/elsa-story-mobile.png");
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
    }
}


@media (max-width: 425px){
    .story-left-side-video iframe {
        min-height: 176px;
    }
}

@media (max-width: 768px){
    .elsa-plans-price-detail > .btn-elsa-custom-blue {
        width: 80%;
        padding: 8px 16px 8px 16px;
    }
    .story-video-title{
        font-size: 18px;
        line-height: 25px;
        color: #535353;
    }
    .story-video-text {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 24px;
    }
    .story-right-side-text .right-side-text {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .elsa-story-block button.btn-elsa-custom-gray {
        padding: 6px 36px;
    }
}