.hero-rsvpify-section 
{
    background-image: url('../images/hero-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #2C2263;
    padding: 120px 0 !important;
}
.hero-rsvpify-section_wrapper 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-rsvpify-section_wrapper>div {
    flex: 1;
}
@media(min-width: 1024px) {

.hero-rsvpify-section__left {
    max-width: 487px;
    margin-right: 40px;
}
}

.hero-rsvpify-section__left__buttons {
    margin-top: 24px;
}
.hero-rsvpify-section__left__badge p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.hero-rsvpify-section__left__badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.hero-rsvpify-section__left h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 24px;
}

.hero-rsvpify-section__left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}


@media (max-width: 1024px) {
        .hero-rsvpify-section {
        padding: 20px !important;
    }
    .hero-rsvpify-section__left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .hero-rsvpify-section_wrapper {
        flex-direction: column !important;
    }

    .hero-rsvpify-section__left__buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero-rsvpify-section__left__buttons button {
        width: 100%;
    }
    .hero-rsvpify-section__left p {
        font-size: 14px !important;
    }
    .hero-rsvpify-section__left h1 {
        font-size: 28px !important;
    }
}
