.contacts__info {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contacts__info-row {
    padding-top: 30px;
}
.contacts__info-title {
    text-align: center;
}
.contacts__info-details {
    text-align: center;
    justify-content: center;
}
.contacts__info-subdetails {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
}
.contacts__info-form {
    padding-top: 40px;
    text-align: center;
}
.contacts__info-form .form-group {
    text-align: center;
    margin: 10px auto;
    max-width: 500px;
}
.contact-form-btn {
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;
    background: #ff7878;
    outline: none;
}
.contact-form-btn:hover {
    border: 1px solid #ff8585;
    background: #ff5c5c;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .contacts__info-row {
        padding-top: 0;
    }

    .contacts__info-subdetails {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact-form-btn {
        width: 100%;
        max-width: 500px;
    }
}
