.btitle {
    padding-bottom: 8px;
    margin-bottom: 15px;
    padding-top: 20px;
}
.contacts {
    line-height: 0.5;
    font-size: 14px;
}
.feedback {
    display: flex;
    justify-content: center;
}
.feedback-bg {
    background-color: #ebfcff;
    border-radius: 0.5%;
}
/* Форма */
#register-form {
    width: 800px;
    max-width: 100%;
}
/* Карта */
.feedback iframe {
    width: 824px;
    height: 400px;
    max-width: 100%;
}
/* На мобільних — вирівнюємо по ширині */
@media (max-width: 767px) {
    .btitle {
        text-align: justify !important;
    }
}

