﻿

.contact-container {
    margin-top: 30px;
}

.contact-form {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
}

.contact-info {
    background-color: #1e3056;
    color: white;
    border-radius: 10px;
    padding: 30px;
}

.form-title {
    font-weight: bold;
    margin-bottom: 25px;
}

.send-button {
    background-color: #1e3056;
    border: none;
    padding: 10px 25px;
    color: white;
    font-weight: bold;
    border-radius: 30px;
}

    .send-button:hover {
        background-color: #9e2a36;
    }

.contact-info h5 {
    margin-bottom: 15px;
    font-weight: bold;
}

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

.info-item {
    margin-bottom: 20px;
}
