section.contacts{
    padding:3rem 0;
}
section.contacts h2{
    margin-bottom: 3rem;
    margin-top: 2rem;
}
section.contacts .contacts-line{
    margin:1rem 0 1.5rem 0;
    line-height: 1;
}
section.contacts .contacts-line h4,
section.contacts .contacts-line h5{
    font-weight: bold;
    margin:0;
    color:var(--link-color);
}
section.contacts .contacts-line a{
    text-decoration: none;
}
section.contacts .contacts-line .title{
    margin-bottom:0.5rem;
    color:var(--color-6);
}
section.contacts .feedback-form{
    padding:2.5rem;
    background: var(--max-lightblue-color);
    border-radius: 15px;
    box-shadow: 15px 25px 35px var(--blue-shadow-color);
}
section.contacts .feedback-form h3{
    font-weight: 900;
    font-size:2rem;
    color:var(--link-color);
}
section.contacts .feedback-form input,
section.contacts .feedback-form textarea{
    font-size: 1rem;
}
section.contacts .feedback-form label{
    font-weight: bold;
}