.layout .atitle .tc {
    position: relative;
}

.layout .col1 .ap h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    width: 116%;
    left: -71px;
    height: 60px;
    z-index: -1;
    background: #f6f2e4;
    z-index: -1;
}
.layout .col1 .ap h3 {
    font-size: 26px;
    letter-spacing: 3px;
}
@media screen and (max-width: 1050px) {
    .layout .col1 .ap h3::before {
        width: 118%;
    }
    .layout .col1 .ap h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 1000px) {
    .layout .col1 .ap h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom:-25px;
    width: 100%;
    height: 50px;
    z-index: -1;
    background: #f6f2e4;
    z-index: -1;
    left: 0px;
    }
    .layout .col1 .ap h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .layout .col1 .ap h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 698px) {
    .layout .col1 .ap h3::before {
        height: 77px;
    }
@media screen and (max-width: 428px) {
    .layout .col1 .ap h3::before {
        height: 100px;
    }
}
}
