.category_title {
    margin-top: 50px;
    margin-bottom: 60px;
    padding-left: 2%;
    font-weight: 500;
    padding: 0;
}
.category_item {
    margin-bottom: 32px;
}
.category_item_text_wrap {
    margin-top: 10px;
}
.category_item_img {
    height: 183px;
    width: auto;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.category_item_img:hover {
    opacity: 0.9;
    transition: .3s ease-in-out;
}
.category_item_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.category_item_meta_author {
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    font-family: "Roboto";
}
.category_item_text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Roboto";
}
.category_item_link {
    display: block;
    width: 94px;
    height: 25px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding-top: 3px;
    font-family: "Roboto";
}
.category_item_link:hover {
    text-decoration: none;
    opacity: 0.9;
    transition: .3s ease-in-out;
}

@media (max-width: 767px) {
    .category_title {
        text-align: center;
        padding-left: 0;
    }
    .category_item_img {
        margin-bottom: 10px
    }
    .category_item_text {
        margin-bottom: 12px
    }
    .category_item {
        margin-bottom:60px
    }
}