.pricing-container {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1525px !important;
}
#pricing-label {
    color: white;
    font-size: 120px;
    font-weight: bold;
    text-shadow: 3px 3px 1px #c0c0c0;
}
#pricing-subtitle {
    color: var(--rg-read-text);
}

@media (min-width: 1500px) {
    .full-registration-wrapper {
        height: 100vh;
    }
}

@media (max-width: 700px){
    #pricing-label {
        font-size: 75px;
    }
}