@media (max-width:767px) {
    .page-top-hero {
        margin-top: -15px;
        margin-bottom: 0;
        height: auto;
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
    .page-top-hero .entry-header .entry-title {
        font-size: 18px
    }
    .page-top-hero p {
        font-size: 12px
    }
    .row {
        top: 35px;
        position: relative;
    }
}

@media (max-width:1080px) {
    .section-title small {
        display: none;
    }
    .logo-wrapper img {
        width: 255px !important;
        display: block;
    }
}

@media (max-width:1200) {
    .section-title small {
        display: block;
    }
    .logo-wrapper img {
        width: 300px !important;
    }
}

@media (max-width:1080px) {
    .entry-excerpt {
        height: 160px;
    }
}

@media (max-width:992px) {
    .entry-excerpt {
        height: 122px !important;
}
}

@media (min-width:1200px) {
    .entry-excerpt {
            height: 123px !important;
    }
}

@media (max-width:768px) {
    .entry-excerpt {
        display: none
    }
}

@media (max-width:767px) {
    .entry-excerpt {
        height: 100px;
    }
}