.logo:hover {
    text-decoration: none;
}

.a-phone {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #352F76;
}

.a-phon:hover {
    text-decoration: none;
}

.b1 .box-left p {
    text-align: left;
}

.box-left .d-block {
    display: block;
}

.text18 {
    font-size: 22px;
}

@media(max-width: 768px) {
    .box-left p {
        text-align: left;
    }

    .text18 {
        font-size: 18px;
        line-height: 25px;
    }
}