.block-title {
    font-size: 28px;
    font-weight: bold;
    color: #c25395;
    margin-bottom: 20px;
    text-align: center;
}

.history__desc {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #656565;
}

.history__show-video {
    display: table;
    margin: 40px auto;
    padding: 10px 20px;
    background-color: #c25395;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.history__show-video:hover {
    opacity: 0.8;
}

.history__video {
    text-align: center;
    margin-bottom: 50px;
}
.lovely__video {
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 998px) {
    .history__desc {
        font-size: 18px;
    }

    .history__show-video {
        font-size: 14px;
    }

    .history__video iframe {
        width: 100%!important;
        height: 435px!important;
    }
	.lovely__video iframe {
        width: 100%!important;
        height: 435px!important;
    }
}

@media screen and (max-width: 768px) {
    .history__video iframe {
        height: 415px!important;
    }
}

@media screen and (max-width: 540px) {
    .history__video iframe {
        height: 300px!important;
    }
}