@media screen and (max-width: 767px) {
    .news-custom-container {
        padding: 0 10% !important;
    }
    .news-badge {
        background: red;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        left: 2%;
        color: white;
        /* padding: 3px; */
        font-size: 6px;
        width: 30px;
        height: 30px;
        font-size: 10px;
        /* padding: 10px; */
        padding-top: 8px;
        padding-left: 3px;
    }
    .news-1 {
        background: url(../../front/images/news/header.jpg) no-repeat;
        background-position: bottom center;
        height: 172px;
        font-family: 'bebas';
        background-size: cover;
    }
    .news-1 h1>span {
        font-size: 10px !important;
    }
    .news-1 h1 {
        padding-top: 55px;
        font-size: 45px;
    }
    .breadcrumb {
        background: transparent !important;
        padding-left: 0px !important;
        font-family: sans-serif;
        font-weight: 200;
        margin-bottom: 1px !important;
        font-size: 12px;
    }
    .bread {
        border-bottom: 1px solid #eee;
    }
    .breadcrumb li a {
        letter-spacing: 2px;
    }
    .bottom-black {
        border-bottom: 2px solid #000;
    }
    .news-head {
        color: #ccc;
    }
    .news-head span {
        color: #000;
        font-family: 'bebas';
        padding: 2px 10px;
        border-radius: 2px;
        border: 1px solid #000;
    }
    .news-left {
        margin-top: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .more-btn {
        color: #ccc !important;
        border: 3px solid #ccc !important;
        width: 100%;
        font-family: 'bebas';
        font-size: 1.6em;
        border-radius: 2px !important;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        background: #fff;
        text-align: center !important;
    }
    .more-btn:hover {
        background: #ccc !important;
        color: #fff !important;
    }
    .news-right-heading {
        margin-left: 35px;
        padding-bottom: 7px;
        padding-left: 0 !important;
    }
    .news-right {
        margin-left: 35px;
    }
    .news-footer {
        font-size: 45px;
        color: #000;
        text-align: center;
        margin-top: 4%;
        margin-bottom: 11%;
    }
    .news-footer>span:nth-child(2) {
        margin-left: 35px;
    }
    .news-3lines {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        margin-top: 4%;
        margin-bottom: 6%;
        font-size: 11px;
        color: #333;
    }
    .news-right-2 {
        background: url('http://at-crafts.com/main/upload/news/thumbnail00000008.jpg');
        background-position: center center;
        background-size: cover;
    }
    .news-right-1 {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .news-right-3 {
        padding-right: 0px !important;
        vertical-align: middle;
        font-size: 10px;
    }
    .underbread {
        margin-top: 35px;
    }
    .paginate ul li {
        float: left;
        list-style: none;
    }
    .paginate ul li:not(:first-child) {
        margin-left: 4px;
    }
    .paginate {
        font-family: 'Bebas';
        font-size: 25px !important;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
    }
    .paginate ul li a {
        color: inherit;
    }
    .calendar {
        margin-top: 64px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .calendar .pull-right {
        font-size: 30px;
        line-height: 30px;
    }
    .calendar p {
        border-bottom: 2px solid #000;
        font-weight: 900;
    }
    .calendar h2 {
        border-bottom: 1px solid #ccc;
        font-family: 'Bebas';
    }
    .calendar ul li {
        float: left;
        background: #eee;
        color: #fff;
        margin-left: 1px;
        margin-top: 1px;
        list-style: none;
        font-size: 1.6em;
        padding: 8px 9px;
        font-family: 'bebas';
    }
    .calendar ul li.active {
        background: #ccc !important;
    }
    .calendar ul {
        padding: 0px !important;
    }
    .news-categories p {
        border-bottom: 2px solid #000;
        font-weight: 900;
    }
    .news-categories {
        margin-top: 75px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .news-categories h1 {
        border-bottom: 2px solid #eee;
        padding-bottom: 11px;
    }
    .favourite-news {
        margin-bottom: 7%;
    }
    .favourite-news-item1 {}
    .favourite-news-item2 {}
    .favourite-news-heading {
        font-family: 'bebas';
        font-size: 40px;
        color: #000;
        margin-bottom: 0px;
        text-align: center !important;
    }
    .favourite-news-heading2 {
        text-align: center !important;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin-top: -5px;
        margin-bottom: 5%;
    }
    .favourite-news-item2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 2px solid #000;
        padding: 13px;
        color: #000;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .favourite-news-image {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background-color: #f5f5f5;
    }
    .favourite-news-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    #favourite-news .txt p {
        display: inline-block;
        padding-top: 4%;
        margin: 0;
    }
    .contact-footer-btn {
        color: #eee;
        background-color: #261817;
        border: 1px solid #ccc;
        letter-spacing: 1px;
        font-size: 16px;
        border-radius: 2px;
        padding: 2px 10px;
    }
    .news-head-date {
        color: #cecece;
        font-family: 'TrebuchetMSRegular';
        font-size: 12px;
        padding-top: 10px;
    }
    .news-head-category {
        font-family: 'Bebas';
        border: 2px solid #eee;
        border-radius: 1px;
        color: black;
        padding: 1px;
        font-size: 14px;
    }
    .news-main-heading {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
    }
    .news-heading-date1 {
        color: #cecece;
        font-family: 'TrebuchetMSRegular';
        font-size: 10px;
    }
    .news-heading-right {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 12px;
        padding-top: 7px;
    }
    .news-heading-category2 {
        font-size: 12px;
        font-family: 'TrebuchetMSRegular';
    }
    .news-banner-label {
        background: white;
        padding: 12px;
        border-top: 2px solid #cecece;
        border-bottom: 2px solid #cecece;
    }
    .news-banner-label1 {
        font-size: 26px;
        font-family: 'Bebas';
    }
    .news-banner-label2 {
        padding-left: 12px;
        font-size: 12px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        vertical-align: super;
    }
    .news-main-heading3 {
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .news-item {
        border-bottom: none;
        margin-top: 6%;
    }
    .news-update-article {
        color: #cecece;
        font-size: 12px;
        padding: 2% 0;
    }
}