.contact-heading {
    font-weight: 700;
    letter-spacing: 0.06em;
}

.subheading {
    font-weight: 400;
    letter-spacing: 0.03em;
}

.contact-description,
.contact-info a {
    letter-spacing: 0.03em;
}

.contact-info p {
    margin-bottom: 10px;
}


.promosavebutton {
    
    color: #0A0094;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
    outline: none;
    font-weight: 600;
    background: linear-gradient(to left, #FFC836 50%, #0A0094 50%) right !important;
    background-size: 201% !important;
    transition: .3s ease-out !important;
    border: 0px;
}

.promosubmissionform label {
    font-weight: 400;
    letter-spacing: 0.06em;
}


.promosavebutton .active,
.promosavebutton:focus,
.promosavebutton:hover {
    color: white;
    background-position: left !important;
}

.promoform {
    background: #f2f2f2;
    padding: 30px 10px 30px 10px;
    margin: 5px;
}


.promosubmissionform .alert {
    color: #000 !important;
    font-weight: 600 !important;
}

.alert {
    display: none;
}

@media (max-width: 768px) {
    .promoform div{
    padding-right: 0;
    }
}

@media (max-width: 320px) {
    .contact-info a {
        font-size: 14.5px;
    }
}
