.technical-services-contents img {
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .body {
        width: 100%;
        margin: auto;
    }

    .technical-services-title-all {
        padding: 0;
    }

    .technical-services-title {
        font-size: 30px;
        font-weight: normal;
    }

    .technical-services-time-num > span:first-child {
        margin-right: 0;
    }

    .technical-services-time-num {
        display: flex;
        justify-content: space-between;
    }

    .technical-services-contents {
        width: 100%;
    }

    .technical-services-top-bot {
        width: 100%;
        padding: 0 10px;
        height: 85px;
        flex-wrap: wrap;
    }

    .technical-services-top {
        width: 100%;
    }

}
