[data-cattype="304"] {
    background-size: cover !important;
}

[data-cattype="304"] h1 {
    margin-bottom: 20px;
    color: #fff;
}

section[data-cattype="304"] .container {
    max-width: 3040px;
}

section[data-cattype="304"] .owl-carousel#owl-cafe .owl-controls .owl-buttons div {
    position: absolute;
    left: -48px;
    top: 20%;
    background: none;
    opacity: 1;
    padding: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

section[data-cattype="304"] .owl-carousel#owl-cafe .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -48px;
}

section[data-cattype="304"] .wrapper_image {
    max-width: 232px;
    width: 100%;
    height: 100%;
    max-height: 205px;
}

section[data-cattype="304"] ul.grid li {
    max-width: 232px;
    margin: 5px;
}

section[data-cattype="304"] .item-heading {
    padding: 15px 10px;
    text-align: center;
    font-family: 'RobotoBold';
    font-size: 22px;
    color: #fff;
}

section[data-cattype="304"] ul.grid li:hover .item-heading {
    color: #206cb7;
}

section[data-cattype="304"] ul.grid li:hover .item-heading {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

section[data-cattype="304"] ul.grid li:hover .wrapper_image {}

@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="304"] h1::after {
        width: 40px;
    }
    [data-cattype="304"] h1::before {
        width: 40px;
    }
    [data-cattype="304"] h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    section[data-cattype="304"] #owl-cafe.owl-carousel .owl-controls .owl-buttons div {
        left: -31px;
    }
    section[data-cattype="304"] #owl-cafe.owl-carousel .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -31px;
    }
    [data-cattype="304"] h1::before {
        display: none;
    }
    [data-cattype="304"] h1:after {
        display: none;
    }
    section[data-cattype="304"] .item-heading {
        font-size: 19px;
    }
}