﻿body {
}

#title-card-small {
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    padding-left: 9% !important;
    background: transparent !important;
    max-width: 1208px;
}

@media only screen and (max-width: 768px) {
    #title-card-small {
        font-size: 26px;
        font-weight: 700;
        line-height: 44px;
        text-align: left;
        padding-left: 12% !important;
        background: transparent !important;
        padding-top: 50%;
        white-space: nowrap;
    }
    h1.card-title.display-1 {
        text-align: center;
    }

        
}