p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
     margin-bottom: unset !important;
 }

.mb-1 {
    margin-bottom: 1.5rem;
}

.ptb-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fc-center h2{
    font-size: 24px;
}
.border-bottom {
    border-top: 2px #F1F1F1 solid;
}

@media only screen and (max-width: 767px) {
    .mb-1 {
        margin-bottom: 1rem !important;
    }
}

.fc-scroller {
    overflow-y: auto !important;
    height: auto !important;
}