.module_contact {
    background-color: #040711;
    /* background-image: linear-gradient(-45deg, #1e2551, #1b3243); */
    padding-top: 40px;
    padding-bottom: 40px;
}

.module_contact p {
    font-size: 20px;
}

.form-control {
    background-color: #1c2333;
    border: none;
    color: white;
}
.form-control::placeholder {
    color: #aaa;
}
.btn-custom {
    background: linear-gradient(90deg, #4f6df5, #6a7cff);
    border: none;
    padding: 12px;
    font-size: 18px;
}