.meet-and-greet-section {
    padding: 100px 0px;
    background-image:url('./images/meetngreet-bgv1.png');
    background-size: 55%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.thank-you-section {
    padding: 100px 0px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
h1 {
    color: #171717;
    font-family: Sora;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}
p, li {
    color: #171717;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
svg {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}
.mag-meta {
    margin: 24px 0px;
}
.mag-content-left {
    margin-right: 150px;
}
.mag-form {
    border-radius: 24px;
    border: 1px solid var(--Black-300, #B3B3B3);
    background: var(--Black-50, #F5F5F5);
    padding: 48px 36px 40px 36px;
}
.thank-you-section svg {
    margin-bottom: 42px;
}
.thank-you-section p {
    margin: 42px 0px;
}
.thank-you-section a {
    border-radius: 12px;
    background: var(--Black-500, #171717);
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    padding: 16px 24px;
    text-decoration: none;
}
.thank-you-section a:hover {
    background: #FBD033;
    color: #000;
}
@media (max-width: 992px) {
    .meet-and-greet-section,
    .thank-you-section {
        padding: 56px 0px;
        background-size: 100%;
    }
    h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
        text-align: center;
    }
    .mag-content-left {
        margin-right: 0px;
    }
    .mag-meta {
        text-align: center;
    }
    .mag-form {
        margin-top: 30px;
    }
    .thank-you-section p {
        margin: 24px 0px 42px;
    }
}
@media (max-width: 500px) {
    .meet-and-greet-section {
        background-position: 0px 82%;
    }
}