.top_image {
    background-image: url(/static/img/service/pr_top.jpg);
}

.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;
    }
}

.side_by_side {
    display: flex;
    justify-content: space-between;
    margin: 3.75rem auto 0;
}
@media screen and (max-width:63.9375rem) {
    .side_by_side {
        display: block;
        margin-top: 0.625rem;
    }
}
@media screen and (min-width:64rem) {
    .side_by_side {
        width: 61.5rem;
    }
}
@media screen and (min-width:120rem) {
    .side_by_side {
        width: 73.75rem;
    }
}

.side_by_side img {
    width: 18.3125rem;
    height: 10.0625rem;
    object-fit: cover;
}
@media screen and (max-width:63.9375rem) {
    .side_by_side img {
        margin-bottom: 0.625rem;
    }
}

.service_1 {
    justify-content: space-around;
}