.top_image {
    background-image: url(/static/img/service/system_top.jpg);
}

@media screen and (min-width:64rem) and (max-width:119.9375rem) {
    .main_container {
        width: 50rem;
    }
}

.service:nth-child(1) {
    margin-top: 3.125rem;
    margin-bottom: 0;
}
@media screen and (max-width:63.9375rem) {
    .service:nth-child(1) {
        margin-top: 1.875rem;
    }
}

.service img {
    margin-top: 0;
}
@media screen and (max-width:63.9375rem) {
    .service img {
        max-width: 100%;
    }
}
@media screen and (min-width:120rem) {
    .service img {
        width: 73.75rem;
    }
}

.service .headline {
    text-align: left;
}
@media screen and (max-width:63.9375rem) {
    .service .headline {
        font-size: 1.125rem;
    }
}

.service .body {
    font-size: 1.125rem;
}
@media screen and (max-width:63.9375rem) {
    .service .body {
        font-size: 0.875rem;
    }
}

.service_1 {
    justify-content: space-around;
}