
@media screen and (max-width: 1199px) {
body {
    font-size: 15px;
}

h2 {
    margin: 0 0 40px;
    font-size: 21px;
}
h3 {
    font-size: 18px;
}

.wrapper100 {
    width: 100%;
    max-width: 1180px;
    padding: 0 30px;
}

header .logo_header {
    width: 270px;
    height: 50px;
    margin: 13px 20px 0;
    float: left;
}
header .phone {
    margin: 8px 20px 0 20px;
    font-size: 21px;
}
header .phone p:before {
    position: absolute;
    top: 12px;
    left: -28px;
    content: "";
    width: 17px;
    height: 20px;
    background: url(../images/icon_tel.svg);
    background-size: contain;
}
.fv .hero {
    position: absolute;
    bottom: 100px;
    left: 30px;
    font-size: 32px;
}

.imgbox02 {
    width: 40%;
    float: left;
}


.service {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    grid-auto-rows: (300px , auto);
    gap: 20px;
}
.service li {
    padding: 20px 10px;
}
.service li h3 {
    padding: 10px 10px;
}
.service li img {
    width: 95%;
    margin: 0 2.5% 10px;
}
.service li p {
    padding: 0 10px;
    font-weight: 600;
}
.table_basic {
    width: 80%;
    max-width: 850px;
}

}