﻿.home-wrapper .module-img-content {
    font-family: BrownStd-Regular,sans-serif
}

    .home-wrapper .module-img-content .module-content-wrapper {
        padding: 1.8rem 1.2rem; 
        color: var(--sandstone);
    }

        .home-wrapper .module-img-content .module-content-wrapper .module-content {
            max-height: 11.7rem
        }

            .home-wrapper .module-img-content .module-content-wrapper .module-content .module-title {
                font-family: Aime-thin,sans-serif;
                color: var(--sandstone);
                letter-spacing: normal;
                line-height: 1.4;
                margin-bottom: .5rem;
                height: 2.8rem
            }

            .home-wrapper .module-img-content .module-content-wrapper .module-content .service-description {
                font-size: 1.1rem;
                height: 4.7rem;
                overflow: hidden;
                margin-bottom: .9rem
            }

            .home-wrapper .module-img-content .module-content-wrapper .module-content .md-button {
                width: 12rem;
                height: 2.6rem;
                margin-bottom: 0
            }

                .home-wrapper .module-img-content .module-content-wrapper .module-content .md-button .md-button-content {
                    line-height: 2.6rem
                }
