.service-h4 {
    margin-bottom: 20px;
}
.service-item {
    max-width: 450px;
    margin: 20px auto;
}
.service-image-wrapper {
    position: relative;
    padding-bottom: calc((400/600)*100%);
}
.service-image {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.service-title {
    margin: 12px 0px;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 400;
}
.service-body {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}
.divider {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}