.b-title {
    text-align: center;
}

.stream__title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.stream-text__bold {
    font-weight: bold;
    margin: 20px 0 10px;
}


.stream-link {
    display: block;
    margin-top: 30px;
}

.stream-text {
    font-size: 18px;
    line-height: 130%;
}


.stream-text__under-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 110%;
}

@media (max-width: 1366px) {
    .stream-wrapper iframe {
        height: 550px;
    }
}

@media (max-width: 1024px) {
    .stream-wrapper iframe {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .stream-wrapper iframe {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .stream-wrapper iframe {
        height: auto;
        min-height: 200px;
    }
}