@charset "utf-8";

.title {
    height: 310px;
    background-image: url(../images/service-tech/TechnicalService-top_2640x840.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#000000;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin-top: 15px;
}

.lead {
    max-width: 1200px;
    margin: 60px auto;
}

.lead p {
    line-height: 2;
    text-align: center;
}

.manual-design h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.manual-design h2::after {
    content: '';
    display: block;
    width: 250px;
    height: 3px;
    background-color: #f85206ce;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.presentation-design h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.presentation-design h2::after {
    content: '';
    display: block;
    width: 250px;
    height: 3px;
    background-color: #f85206ce;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.support h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.support h2::after {
    content: '';
    display: block;
    width: 130px;
    height: 3px;
    background-color: #f85206ce;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.item-list {
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 240px);
    column-gap: 95px;
    row-gap: 70px;
    justify-content: center;
}

.item-list dl {
    margin-top: 20px;
}

.item-list dt {
    font-weight: bold;
}

.item-list dd {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.item-list li {
    position: relative;
}

.support-list {
    width: 930px;
    max-width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 240px);
    column-gap: 95px;
    row-gap: 70px;
    justify-content: center;
}

.support-list dl {
    margin-top: 20px;
}

.support-list dt {
    font-weight: bold;
    text-align: center;
    background-color: #fcb14f9c;
    line-height: 25px;
}

.support-list dd {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.support-list li {
    position: relative;
}

@media (max-width: 800px) {
    .lead {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lead p {
        text-align: left;
    }
}