.faq-wrap .content{
    padding: 40px 0;
    background-color: #F7F9FC;
}

.faq-wrap .container{
    max-width: 565px;
}

.faq-wrap .content .cat{
    display: block;
    margin-top: 25px;
    width: 100%;
    height: 155px;
    border: 1px solid #e4e6e9;
    border-radius: 5px;
    background-color: white;
    color: #123156;
    font-weight: bold;
    padding: 15px 15px 40px 15px;
    text-align: center;
    font-size: 18px;
    transition: .9s;
}

.cat-image-wrap{
    width: 100%;
    height: 100%;
}

.faq-wrap .content .cat img {
    transition: .5s;
}

.faq-wrap .content .cat:hover {
    box-shadow: 0 3px 6px #00000020;
}

.faq-wrap .content .cat:hover img{
    transform: scale(1.15);
}

.faq-wrap .content h3{
    font-size: 20px;
    color: #24272E;
    margin-top: 20px;
}

.faq-wrap .content .pop{
    margin-top: 10px;
}

.faq-wrap .popular-articles a{
    display: block;
    margin: 10px 0;
}

@media (max-width: 767px){

    .faq-wrap .content .cat{
        background-image: none!important;
        text-align: left;
        padding: 10px 20px;
        height: auto;
    }

    .faq-wrap .content .cat img {
        display: none;
    }
}