.article-head__title {
    font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}

.article-2-videos iframe {
    border-radius: 24px;
    width: 100%;
    height: 310px !important;
}

.article-2-videos__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 20px;
}

.article-big-image__container {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
}

.article-big-image__container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-head {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    height: 420px;
    background-position: center right;
}

.article-head__title {
    position: relative;
}

.article-video iframe {
    border-radius: 24px;
    width: 100%;
    height: 650px !important;
}

.article-text-with-image__img-bg {
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.article-text-with-image__img-bg img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

