.registration-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    max-width: 1280px;
    margin: 0 auto;
    gap: 12px;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 92px;

    h3 {
        color: #101828;
        font-size: 24px !important;
        font-weight: 600;
        margin-bottom: 16px;
        margin: 0;
        line-height: 28px;
        font-family: "Inter", sans-serif;
    }

    p {
        color: #4D5874;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        font-family: "Inter", sans-serif;
        margin: 0px
    }
}