.section__form__contact{
    margin: 60px 0;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}    

.form__title {
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}