﻿.home-title-desc-container .home-title {
    font: 140px 'Gotham-Condensed-Medium', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-title-desc-container .home-description {
    width: 60%;
    padding-top: 1rem;
    font: 18px 'Gotham-Medium', sans-serif;
    color: #000;
    line-height: 1.4;
}
    .home-title-desc-container .home-description a {
        text-transform: uppercase;
        color: #247a44;
        text-decoration: underline
    }

@media (min-width: 1920px) {

    .home-title-desc-container .home-description {
        width: 50%
    }
    .home-title-desc-container .home-title{
        font-size: 180px;
    }
    .home-title-desc-container .home-description{
        font-size: 24px;
    }
}
@media (max-width: 767.99px) {
    .home-title-desc-container .home-title {
        font-size: 60px;
    }

    .home-title-desc-container .home-description {
        font-size: 14px;
        width: 100%
    }
}