
.contacts-cta{
    flex-direction: column;
    align-items: start;
    gap: 40px;
}

#contact-form{
    border-radius: 5px;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
}

.contact-form-title{
    color: var(--primary);
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.contact-form-text{
    color: var(--primary);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

#contact-success{
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    border-radius: 5px;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    color: var(--primary);
}

#contact-success h2{
    margin-bottom: 0px;
}

#contact-success i{
    font-size: 20px;
}

#contact-success a{
    font-weight: bold;
}

#contact-form .btn-primary{
    width: 160px;
}
