@media (min-width: 768px) and (max-width: 1024px) {

    header.entry-header h1 {
    font-size: 50px;
    }
    body .header-title h2,  h2.stroke-left{
        font-size: 40px !important;
        word-break: keep-all;
    }
    .jobs-block .job-item .job-title {
    font-size: 21px;
    }
    h3{
        font-size: 23px;
    }
    .fs-23 p, .fs-23 {
    font-size: 21px;
    line-height: 1.4;
    }
}