
@media only screen and (min-width: 1280px) {
    .content-wrapper {
        padding: 10rem 20rem 0 20rem !important;
    }
}
@media only screen and (max-width: 1279px) {
    .content-wrapper {
        padding-left: 0 !important;
    }
}

.lablefont {
    font-size: large;
}