.block-center .media {
    max-width: 870px;
    margin: 0 auto;
}
.block-center .cont-tit .baj {
    font-size: 20px;
    max-width: 1000px;
}
.block-center .cont-tit p {
    font-size: 20px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    font-size: 1.125rem;
    color: #6C6C6C;
    font-family: "notosans-regular" !important;
}
.block-center {
    padding: 48px 0;
}
.block-center .auxi + .media {
    margin-top: 40px;
}
.block-center .cont-tit .tit {
    font-size: 2rem;
    text-transform: none;
    font-family: "notosans-bold" !important;
}
.cont-tit .tit {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: #262626;
    margin: 0 auto;
    margin-bottom: 16px;
    line-height: 148.68%;
}
@media (min-width: 767px) {
    .media {
        padding-bottom: 32%;
    }
        .cont-tit {
        display: block;
    }
}
@media (min-width: 200px) and (max-width: 767px) {
    .cont-tit {
        display: block;
    }
    .media{
        
    padding-bottom: 56%;
    }
}
.media {
    position: relative;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
}
.media iframe, .media object, .media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}