@charset "utf-8";

.category-title {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 46px;
    margin-bottom: 16px;
}

.category-title h1 {
    font-size: 36px;
    font-weight: 100;
}

.category-container {
    width: 1050px;
    margin: 0 auto;
}

.category-items {
    width: 690px;
    background-color: #fff;
    margin-bottom: 25px;
}

.blog-title {
    margin-top: 5px;
}

.cat-a {
    margin-top: 6px;
}





@media (max-width: 767px) {

    .category-container {
        width: auto;
        margin: 0 20px;
    }

    .category-items {
        width: auto;
    }

    .category-title {
        margin-top: 0px;
    }

    .category-title h1 {

        font-size: 24px;
        margin-bottom: 3vw;

    }
}
