.section-hero {
    margin-top: 180px;
    margin-bottom: 120px;
}

.section-hero__holder {
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.section-hero__holder::after {
    position: absolute;
    top: 0;
    border-radius: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.section-hero__content-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section-hero__holder {
    padding: 100px 0;
}

.section-hero__content__tag-holder,
.section-hero__content,
.section-hero__content__button-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 0 0 100%;
}

.section-hero__content__tag-holder {
    margin-bottom: 8px;
}

.section-hero__content__tag-holder span {
    color: #ECB60C;
    font-family: 'Figtree';
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 40px;
    background: #FFF9E8;
}

.section-hero__content {
    margin-bottom: 32px;
    max-width: 50%;
}

.section-hero__content h1 {
    color: #fff;
    text-align: center;
    font-family: 'Literata';
    font-size: 56px;
    font-weight: 300;
    line-height: 1.14;
}

.section-hero__content__button-holder a {
    color: #0F4F1E;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    width: 238px;
    height: 48px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
}

.press-page {
    margin-bottom: 36px;
}

.press-page__title {
    margin-bottom: 60px;
}

.press-page h2 {
    color: #333;
    font-family: 'Literata';
    font-size: 56px;
    font-weight: 300;
    line-height: 1.14;
}

.single-press-holder {
    margin-bottom: 24px;
}

.single-press {
    border-radius: 16px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    padding: 24px;
    height: 100%;
}

.single-press__logo {
    border-bottom: 1px solid #C8C8C8;
    padding: 24px 0;
    height: 148px;
    margin-bottom: 32px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.single-press__logo img {
    max-width: 100%;
    height: 70px;
    width: auto;
    max-height: 100%;
}

.single-press__cover {
    margin-bottom: 32px;
    display: flex;
}

.single-press__cover img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}

.single-press__title {
    margin-bottom: 32px;
}

.single-press__title a {
    color: #333;
    font-family: 'Literata';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.single-press__button {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.single-press__button a {
    color: #0F4F1E;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 0.85;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
}

.single-press__button a svg {
    margin-left: 8px;
}

@media only screen and (max-width: 991px) {
    .section-hero {
        margin-top: 100px;
        height: calc(100vh - 100px);
        margin-bottom: 70px;
    }

    .section-hero__content {
        max-width: 100%;
        padding: 0 20px;
    }

    .section-hero__holder {
        display: flex;
        height: calc(100vh - 100px);
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .section-hero__content__tag-holder {
        margin-bottom: 32px;
    }

    .section-hero__content h1,
    .press-page h2 {
        font-size: 32px;
    }

    .single-press-holder {
        margin-bottom: 20px;
    }

    .press-page__title {
        margin-bottom: 32px;
    }

    .single-press__title {
        margin-bottom: 40px;
    }

    .single-press__logo {
        height: 100px;
        padding: 0;
    }
}