/* Add here all your css styles (customizations) */
@media (min-width: 0) {
    .g-py-400 {
        padding-top: 6.286rem !important;
        padding-bottom: 6.286rem !important;
    }
}

@media (min-width: 1900px) {
    .g-py-400 {
        padding-top: 21.286rem !important;
        padding-bottom: 21.286rem !important;
    }
}

.g-bg-secondary {
    background-color: #e74b3c !important;
}
