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