h1.wp-block-heading {
    color: #161616;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    letter-spacing: 1px;
    text-align: left;
    margin: 1rem 0;
    font-family: 'HelveticaNowTextW05';
    text-transform: uppercase;
}

h2.wp-block-heading {
    text-align: left;
    color: #161616;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    margin: 0 0 1rem;
    font-family: 'HelveticaNowTextW05';
    letter-spacing: 0.008em;
    text-transform: uppercase;
}

h3.wp-block-heading {
    color: #161616;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    font-style: normal;
    text-align: left;
    margin: 0 0 1rem;
    font-family: 'HelveticaNowTextW05';
    letter-spacing: 0.048em;
    text-transform: uppercase;
}

.model__content p {
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    margin: 0 0 1rem;
    font-family: 'HelveticaNowTextW05';
}

.wp-block-button__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'HelveticaNowTextW05';

    display: block;
    padding: 10px 40px;
    border-radius: 4px;
    max-width: fit-content;
    background-color: #000;
}

.wp-block-media-text.introducao,
.wp-block-columns.tendencias,
.wp-block-columns.turbonite {
    margin-bottom: 64px;
}

.wp-block-columns.tendencias h2.wp-block-heading {
    margin-top: 32px;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 2px;
}

.wp-block-columns.turbonite h2.wp-block-heading,
.wp-block-media-text.passarela-cultura h2.wp-block-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.64px;
}

.passport-column {
    opacity: 85%;
    padding: 3em;
    margin-left: 8.5%;
    min-height: 360px;
    align-self: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.wp-block-columns.passport {
    position: relative;
    margin-bottom: 64px;
}

.wp-block-columns.passport:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100vw;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

    background-image: url(../img/pantone-fashion-color-trend-report-spring-summer-2025-landing-page-image-7.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wp-block-columns.passport h2.wp-block-heading {
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    margin: 0 0 24px;
    text-transform: none;
}

.wp-block-columns.passport h3.wp-block-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    text-transform: none;
}

.wp-block-columns.passport p {
    font-size: 24px;
}

@media (max-width: 600px) {
    .wp-block-media-text__media {
        margin-bottom: 40px !important;
    }
}