/* stylelint-disable no-empty-source */
.h2-andru {
    color: #000000;
    font-size: 22px;
    margin: 21.5px 0 12px 0;
}

.m16 {
    margin-top: 16px;
}

.home-about__text strong {
    color: #000000;
}

.call-man, .call-man img {
    width: 100%;
    border-radius: var(--inputs-buttons-border-radius);
}

.we-in-messangers {
    font-weight: bold;
    color: #3176D1;
    margin-top: 8px;
}

.call-slogan {
    text-align: center;
    border:2px solid  var(--light-color);
    border-radius: var(--inputs-buttons-border-radius);
    padding: 4px;
    margin: 4px 0;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.call-phones a {
    text-decoration: none;
    cursor: pointer;
    color: #686868;
    font-size: 16px;
}

.call-phones a:hover {
    color: var(--top-header-link-color-hover);
    border-color: var(--top-header-link-color);
    transition: color ease-in-out .2s;
}
