@media (max-width: 767px) {
    .topspacing {
        margin-top: 83px;
    }

    .custom-tab-work {

        font-size: 18px;
    }
    .titel {
        font-size: 28px;
    }

    .subcontent {
        font-size: 18px;

    }
    .slick-slide img {
        height: 200px;
    }

    .slick-center img {
        height: 240px;
    }
    .nav-tabs .nav-link.custom-tab-work {
        padding: 9px 9px;
        height: 50px;
        font-size: 12px;
    }
}