.category-section {
    position: relative;
    padding: 9px 0 0;
}

    .category-section h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .category-section .holder {
        overflow: hidden;
        margin: 0 -20px 0 0;
    }

    .category-section .item {
        padding: 0 20px 0 0;
        width: 20%;
        margin: 0 0 20px;
        float: left;
    }

    .category-section a {
        display: block;
        min-height: 262px;
        background: #ccd9e0;
    }

        .category-section a:hover, .category-section a.active {
            background: #405469;
            color: #ccd9e0;
        }

            .category-section a:hover h3, .category-section a.active h3 {
                color: #ccd9e0;
                word-wrap: break-word;
            }

            .category-section a:hover .arrow, .category-section a.active .arrow {
                background: #364658;
            }

    .category-section .text-holder {
        padding: 15px 20px;
    }

    .category-section h3 {
        font-weight: normal;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        min-height: 54px;
    }

    .category-section .arrow {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        text-align: center;
        background: #47637e;
        color: #b0c4cf;
        font-size: 16px;
        line-height: 12px;
        font-weight: bold;
        margin: 0 0 0 8px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

@media only screen and (max-width: 1248px) {
    .category-section .text-holder {
        padding: 15px 10px;
    }

    .category-section h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .category-section {
        padding: 0 0 20px;
    }

        .category-section .item {
            width: 33.333%;
            padding: 0 10px 0 0;
            margin: 0 0 10px;
        }

        .category-section .holder {
            margin: 0 -10px 0 0;
        }

        .category-section img {
            width: 100%;
        }
}

@media only screen and (max-width: 767px) {
    .category-section .item {
        width: 50%;
    }

    .category-section a {
        min-height: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .category-section .item {
        padding: 0 5px 0 0;
        margin: 0 0 5px;
    }

    .category-section .holder {
        margin: 0 -5px 0 0;
    }

    .category-section h3 {
        font-size: 14px;
        line-height: 20px;
    }
}
