.contact-title,
.contact-heading {
    color: #E30613;
    font-weight: 700;
}

.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}

.contact-title,
.contact-heading {
    color: #E30613;
    font-weight: 700;
}

.contact-desc {
    line-height: 1.9;
    margin-bottom: 40px;
}

.form-control {
    height: 46px;
    border-radius: 8px;
}

textarea.form-control {
    height: auto;
}

.contact-info-item h4 {
    color: #24186A;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-item p {
    color: #666;
    line-height: 1.8;
}

.partner-card {
    background: url('../../img/banner-form-distributor.png');
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    overflow: hidden;
}

.partner-overlay {
    padding: 50px 40px;
    text-align: center;
}

.partner-overlay h3 {
    color: #fff;
    font-weight: 700;
}

.partner-overlay p {
    color: rgba(255, 255, 255, .9);
    margin: 20px 0 30px;
}