.logo {
    margin-right: auto;
    font-size: 2rem;
    color: #9E5B31;
    font-weight: 700;
    font-family: 'Magistral';
    position: relative;
}

.logo:hover {
    text-decoration: none;
}

.a-phon:hover {
    text-decoration: none;
}

.box-left {
    text-align: center;
    margin: 0 auto;
}

.b1 .box-left p {
    text-align: center;
}

.box-right-img {
    background-color: #F3F2F3;
    text-align: center;
}

.b1 .container {
    position: relative;
}

.bg-block {
    position: absolute;
    top: -218px;
    right: -80px;
    background-color: #fdd8c0;
    width: 300px;
    height: 700px;
    border-radius: 0 0 150px 150px;
    z-index: -1;
    transform: rotate(41deg);
}

.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;
    }
}