#whyWeStarted {
    letter-spacing: 3px;
}

@media (max-width: 992px) {

    .description {
        font-size: 16px !important
    }

    #whyWeStarted {
        font-size: 12px !important;
    }

        #motto {
            font-size: 24px !important;
        }

}

@media (max-width: 768px) {

    .description{
        font-size:16px !important
    }

        #whyWeStarted {
            font-size: 12px !important;
        }

}
