.jnSec.yg-section--banner-full {
    padding: 0;
}

.yg-section--banner-full .yg-section__description {
    padding-bottom: 48px;
}

.yg-banner-full {
    padding-block: 120px;
}

.yg-section--banner-full .yg-section__title,
.yg-section--banner-full .yg-section__description > p {
    color: white;
    text-align: center;
}

.yg-banner-full__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.yg-section--banner-full .yg-banner-full__button .yg-section__btn {
    background-color: #f8f5f1;
    border: 1px solid #f8f5f1;
    color: #83151c;
    text-transform: uppercase;
}

.yg-section--banner-full .yg-section__btn:hover {
    background-color: transparent;
    border-color: #f8f5f1;
    color: #f8f5f1;
}