body {
    font-size: 14px !important;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1350px;
    }
}
#hero:before {
    background: transparent !important;
}
.nav-menu a {
    color: #333 !important;
}
.box-shadow {
    box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
    padding : 15px;
    border-radius: 5px;
}

.btn {
    font-size: 14px !important;
}
.form-control {
    font-size: 14px !important;
}
.badge {
    font-size: 12px !important;
}