.banner {
    .title {
        top: 305px;
    }

    img {
        display: block;
        width: 100%;
    }
}

.rh-web-banner-title {
    font-family: 'Raleway Black', sans-serif;

    /* Black */
    font-size: 96px;
    line-height: 1;
    letter-spacing: 0;

    /* Sem preenchimento */
    color: transparent;

    /* Stroke (contorno) */
    -webkit-text-stroke: 1.5px #ffffff;
    text-stroke: 1.5px #ffffff;
    /* fallback */

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.rh-web-info {
    margin: 8.75rem 0;
}

.rh-web-info * {
    font-family: "Raleway Regular", sans-serif;
}

.rh-web-info-block {
    width: 673px;
    margin: 0 auto;
    color: #B21B1F;
}

.rh-web-info-block {
    text-align: center;

}

.rh-web-info-block h6 {
    margin-bottom: 1rem;
}

.rh-web-info-block p,
.rh-web-info-block h4 {
    margin-bottom: 1.5rem;
}

.rh-web-info-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.rh-web-info-buttons a {
    padding: 16px 24px;
}

.rh-web-img img {
    display: block;
    width: 100%;
}