/* service summary
   ============================ */

.service-summary .wrapper {
    padding-bottom: 49px;
    padding-top: 48px;
}
.service-summary.feature h2 {
    margin-bottom: 27px;
}

/* image */
.service-summary .image {
    margin-left: -100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: 0.8s ease-in-out 0s;
    -ms-transition: 0.8s ease-in-out 0s;
    -o-transition: 0.8s ease-in-out 0s;
    -webkit-transition: 0.8s ease-in-out 0s;
    transition: 0.8s ease-in-out 0s;
    width: 70%;
}
.service-summary.in-view .image,
.no-js .service-summary .image {
    margin-left: -25%;
}
.service-summary .image > img {
    margin: 0;
    width: auto;
}
.no-js .service-summary .image {
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

/* text */
.service-summary .text {
    padding: 48px 0;
}
.service-summary .text .description {
    line-height: 2.6rem;
    padding-bottom: 32px;
}

/* responsive
   ============================ */

@media screen and (max-width: 1024px) {

    /* text */
    .service-summary .text {
        padding: 25px 0;
    }
}

@media screen and (max-width: 736px) {

    /* service summary */
    .service-summary .wrapper {
        padding-top: 40px;
        padding-bottom: 42px;
    }
    .service-summary.feature h2 {
        margin-bottom: 18px;
    }

    /* image */
    .no-js .service-summary .image,
    .service-summary.in-view .image {
        margin-left: -15%;
    }
    .service-summary .image,
    .service-summary .text {
        clear: both;
        float: none;
        padding-left: 0;
        width: 100%;
    }

    /* text */
    .service-summary .text {
        padding: 31px 0 0;
    }
    .service-summary .text .description {
        padding-bottom: 10px;
    }

    /* cta */
    .service-summary .cta {
        padding-top: 12px;
        text-align: center;
    }
}
