.logo {
    margin-right: 1rem;
    font-size: 2rem;
    color: rgb(255, 89, 0);
    font-weight: 700;
    font-family: 'Magistral';
    position: relative;
}

.logo:hover {
    text-decoration: none;
}

.a-phone {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Magistral';
    color: rgb(26, 26, 26);
}

.a-phon:hover {
    text-decoration: none;
}

.box-left {
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
}

.b1 .box-left p {
    text-align: center;
}

.box-left .d-block {
    display: block;
}

.text18 {
    font-size: 30px;
    line-height: 1.2;
}

@media(max-width: 768px) {
    .box-left p {
        text-align: left;
    }

    .text18 {
        font-size: 23px;
    }
}

@media(max-width: 480px) {

    .logo {
        font-size: 1.7rem;
    }
}