/* index */


.row.process-counts {
    align-items: stretch;
}

.rs-services-wrapper,
.rs-services-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rs-services-title {
    min-height: 2.5em;
}
.rs-services-icon {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-services-description {
    margin-top: auto;
}
.rs-services-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



/* show */

.rs-services-details-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.rs-services-area .rs-services-details-feature-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.rs-services-details-feature-section.content-edge {
    padding-left: 24px;
    padding-right: 24px;
}
@media (min-width: 1200px) {
    .rs-services-details-feature-section.content-edge {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.rs-services-details-feature-section .description {
    font-size: 18px;
    line-height: 1.8;
    text-wrap: pretty;
}

.section-space-top { padding-top: 60px; }
.section-space-medium { padding-top: 40px; padding-bottom: 40px; }

@media (min-width: 992px) {
    .section-space-top { padding-top: 80px; }
    .section-space-medium { padding-top: 60px; padding-bottom: 60px; }
}
