﻿.mt-60 {margin-top: 60px;}
.section-title {
    font: 4.625em 'Gotham-Condensed-Medium', sans-serif;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.section-desc {
    font: 1em 'Gotham-Book', sans-serif;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    word-spacing: 0.3px;
    line-height: 1.1em;
}

.text-link {
    font: 1.125em 'Gotham-Book', sans-serif;
    letter-spacing: 0.3px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #37A68C;
    display: block;
}
@media (max-width: 767.99px) {
    .mt-60 {
        margin-top: 10px;
    }

    .text-link {
        margin-top: 10px;
        font-size: 1em;
    }

    .section-title {
        font: 3.5em 'Gotham-Condensed-Medium', sans-serif;
    }
}