@media (min-width: 768px) {
    html {
        font-size: 18px;
    }

    body {
        font-size: 18px;
    }
    
    .border-end-md {
        border-right: 1px solid #cecece;
    }

    .h-md-100 {
        height: 100%;
    }

    .f-xs {
        font-size: 0.7rem;
    }
}