@media (min-width: 768px) and (max-width: 991px) {
	.h5 {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .content-area {
        top: 120px !important;
        height: calc(100% - 115px) !important;
    }

    .navbar-custom {
        height: 120px !important;
    }
}