.specialization-fs__info_text{
    margin-top: 15px;
    margin-bottom: 22px;
}
.specialization-fs__info_address{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #1B1B1B;
    margin-bottom: 5px;
}
.specialization-fs__info_phone{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1B1B1B;
}


button.btn-height {
    height: unset !important;
    min-height: 50px;
    padding: 13px 16px;
}

.btn-height-wrapper {
    height: auto !important;
}

@media only screen and (max-width:768px) {
    button.btn-height {
        min-height: 40px;

    }
}