
.text-card-head {
    font-size: 23px;
    font-family: "OpenSans-Bold";    
}
.text-card {
    font-size: 18px;
    font-family: "OpenSans-SemiBold";    
}
.text-multi {
    font-size: 18px;
    font-family: "OpenSans-SemiBold";    
}
.text-multi-header {
    font-family: 'Posterama';
    color: #99C31D;
    font-size: 37px;
}
.multi-header {
    margin: auto;
    padding-bottom: 2px;
}


@media screen and (max-width: 1500px) {
    .text-multi {
        font-size: 16px;
        font-family: "OpenSans-SemiBold";    
    }
    .text-multi-header {
        font-family: 'Posterama';
        color: #99C31D;
        font-size: 35px;
    }
}
@media screen and (max-width: 1330px) {
    .text-multi {
        font-size: 15px;
        font-family: "OpenSans-SemiBold";    
    }
    .text-multi-header {
        font-family: 'Posterama';
        color: #99C31D;
        font-size: 30px;
    }
}

