﻿.section-semiLarge-wrapper {
    margin-top: 48px;
    margin-bottom: 20px;
    /*padding: 0 45px;*/
}
.section-semiLarge-title {
    font: 38px 'Gotham-Medium', sans-serif;
    color: #000;
    margin-bottom: 25px;
}
.section-semiLarge-desc, .section-semiLarge-wrapper p {
    font: 20px 'Gotham-Book', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    word-spacing: 0.3px;
    line-height: 1.6;
}
    /*.section-semiLarge-desc strong, .section-semiLarge-wrapper p strong {
        font: 20px 'Gotham-Medium', sans-serif;
    }*/
    .section-semiLarge-wrapper p a, .section-semiLarge-wrapper a {
        color: #37A68C;
        text-decoration: none;
        margin-top: 10px;
    }
    .text-link-wrap {
        font: 22px 'Gotham-Book', sans-serif;
    }
.text-link {
    color: #247a44;
    font: 22px 'Gotham-Book', sans-serif;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block
}
    .text-link:hover {
        text-decoration: none;
        color: #37A68C;
    }

.section-semiLarge-wrapper ul, .section-semiLarge-wrapper ul li ul {
    font: 20px 'Gotham-Book', sans-serif;
    padding-left: 25px;
    list-style: none;
}

    .section-semiLarge-wrapper ul li ul {
        margin-bottom: 20px;
    }

.section-semiLarge-wrapper ul {
    margin-top: 15px;
    margin-bottom: 0;
}

    .section-semiLarge-wrapper ul li, .section-semiLarge-wrapper ul li ul li {
        position: relative;
        margin: 15px 0;
        letter-spacing: 0.3px;
    }

        .section-semiLarge-wrapper ul li::after {
            content: '•';
            position: absolute;
            left: -20px;
            top: 0;
        }

        .section-semiLarge-wrapper ul li ul li::after {
            color: #aaa;
        }

/*Responsive*/
@media (max-width: 767.99px) {
    .section-semiLarge-title {
        font-size: 1.1em
    }

    .section-semiLarge-desc, .section-semiLarge-wrapper p,
    .section-semiLarge-wrapper ul,
    .section-semiLarge-wrapper ul li ul
    .section-semiLarge-wrapper p a,
    .section-semiLarge-wrapper a {
        font-size: 1em
    }

    .section-semiLarge-desc, .section-semiLarge-wrapper p {
        margin-bottom: 7px
    }
}