@media(min-width: 1215px) {
    .container-cerejeiras-subheader {
        background-image: url('../images/bg-subheader.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        width: 100%;
        display: flex;
        flex-direction: row;
        min-height: 395px;
    }

    .container-cerejeiras-subheader .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
    }

    .container-cerejeiras-subheader .row .col {
        width: 50%;
    }

    .container-cerejeiras-subheader .separator {
        width: 72px;
        height: 2px;
        background-color: #8DBCAA;
    }

    .container-cerejeiras-subheader .image {
        display: flex;
        height: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .container-cerejeiras-subheader .image img {
        display: block;
    }

    .container-cerejeiras-subheader .content-subheader {
        width: 100%;
        min-height: 278px;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-cerejeiras-subheader .subtitle {
        color: #8DBCAA;
        font-family: "Manrope";
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
    }

    .container-cerejeiras-subheader .title h1 {
        color: #fff;
        font-family: "Manrope";
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 16px;
    }

    .container-cerejeiras-subheader a.button {
        display: flex;
        text-transform: none;
        padding: 16px 64px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #489577;
        font-size: 16px;
        font-family: "Manrope";
        font-weight: 600;
        line-height: 150%;
        color: #ffffff;
        margin-left: 0;
        transition: all 500ms linear;
    }

    .container-cerejeiras-subheader a.button:hover svg {
        margin-left: 12px;
        transition: all 500ms linear;
    }

    .container-cerejeiras-subheader .col-button {
        width: 100%;
        height: 117px;
        display: flex;
        flex-direction: column;
        padding-left: 40px;
        justify-content: flex-end;
        align-items: flex-start;
        padding-bottom: 24px;
    }
}

@media(max-width: 1215px) {
    .container-cerejeiras-subheader {
        background-image: url('../images/bg-subheader-mobile.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        max-width: 336px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    .container-cerejeiras-subheader .row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
    }

    .container-cerejeiras-subheader .row .col {
        width: 100%;
    }

    .container-cerejeiras-subheader .separator {
        width: 72px;
        height: 2px;
        background-color: #8DBCAA;
    }

    .container-cerejeiras-subheader .image {
        display: flex;
        height: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .container-cerejeiras-subheader .image img {
        display: block;
        width: 201px;
    }

    .container-cerejeiras-subheader .content-subheader {
        width: 100%;
        padding: 26px 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-cerejeiras-subheader .subtitle {
        color: #8DBCAA;
        font-family: "Manrope";
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
    }

    .container-cerejeiras-subheader .title h1 {
        color: #fff;
        font-family: "Manrope";
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 16px;
    }

    .container-cerejeiras-subheader a.button {
        display: flex;
        text-transform: none;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #489577;
        font-size: 16px;
        font-family: "Manrope";
        font-weight: 600;
        line-height: 150%;
        color: #ffffff;
    }

    .container-cerejeiras-subheader a.button svg {
        margin-left: 0;
        transition: all 200ms linear;
    }

    .container-cerejeiras-subheader a.button:hover svg {
        margin-left: 12px;
        transition: all 200ms linear;
    }

    .container-cerejeiras-subheader .col-button {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 26px 15px;
    }
}