.pricing-header {
    padding: 35px 70px 0 70px;
    text-align: center;
    margin-bottom: 13px;
}

.pricing-header .plan-header-main,
.pricing-header .plan-header-sub  {
    color: white;
    font-size: 30px;
}

.sign-in-icon-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.or-container-sign-up hr {
    margin: 0px;
}

.registration-modal {
    max-width: 474px;
}

.registration-modal-title {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 25px;
}

.registration-modal .homeFormInput {
    height: 52px;
}

@media only screen and (max-width: 992px) {

    .pricing-header .plan-header-main,
    .pricing-header .plan-header-sub  {
        color: black;
        font-size: 24px;
    }

}