#banner .container {
    gap: 10px
}

#single-news {
    padding: 80px 20px;
}

#single-news .container {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
}

.right {
    gap: 16px;
}

.related-container {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin: 16px 0;
}

.related-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 404px;
    min-width: 350px;
    height: 124px;
}

.related-card img {
    height: 124px;
    border-radius: 8px;
}

.related-news-content {
    display: flex;
    flex-direction: column;
}

.related-news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-items: flex-start;
    order: -1;
    align-self: stretch;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 140%; */
    line-height: 165%;
    /* 22.4px */
}

.related-news-date {
    align-items: flex-end;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#blog-list {
    padding: 80px 150px;
    gap: 24px;
}

/* .news-grid{
    display: grid;
 
    gap: 16px;
    margin-top: 16px;
} */
.news-card {
    gap: 16px;
}

.news-content p {
    font-weight: 100;
}


.banner-single-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);

}

    #banner.banner-single-news .container {
        z-index: 1;
    }
#pagination {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

#pagination .pagination-arrow.prev::before {
    content: url(/images/chevron_left.svg);
    display: block !important;
    transform: rotate(180deg) !important;
    font-size: 0px !important;
}

#pagination .pagination-arrow.first::before {
    content: url(/images/keyboard_double_arrow_right.svg);
    display: block;
    transform: rotate(180deg) !important;
    font-size: 0px !important;
}

#pagination .pagination-number {
    padding: 1.5px 9px;
    margin: 0;
}

.tab-links {
    display: flex;
    gap: 10px;
    flex-direction: row;
    margin-top: 24px;
    margin-bottom: 24px;
}



@media (max-width: 480px) {

    #banner .title {
        color: #333;
        font-family: "Kurious Looped";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -1.6px;
        text-transform: capitalize;
    }

    #blog-list .news-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 16px;
    }

    .news-grid {
        display: grid;
        /* grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
         */
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        gap: 16px;
        padding: 24px 20px;

    }

    .tab-links {
        color: #333;
        font-family: "Kurious Looped";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        margin-bottom: 0px;
        margin-left: 20px;
        gap: 10px;
    }

    .tab-links::-webkit-scrollbar {
        display: none;
    }


    #blog-list {
        padding: 40px 0px;
        gap: 24px;
    }

    .container h2 {
        margin-left: 20px;
    }

    #single-news {
        padding: 24px 20px;
    }

    #single-news .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }

    #banner {
        height: 219px;


    }

    .banner-single-news::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
       

    }

    #banner.banner-single-news .container {
        padding: 0px 20px;
        gap: 16px;
        z-index: 1;
    }

    h1#newsTitle {
        font-family: "Kurious Looped";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */
        letter-spacing: -1.6px;
        text-transform: capitalize;
    }

    .right {
        gap: 16px;
        width: 100%;
    }


    /* img {
        max-width: 350px;
        max-height: 197px;
    } */

    .news-content a {
        word-break: break-word;
    }

    .news-content p {
        font-family: Kurious Looped;
        font-weight: 100;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #333;
    }

}

@media (max-width: 768px) {
#banner .title {
        color: #333;
        font-family: "Kurious Looped";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -1.6px;
        text-transform: capitalize;
    }

    #blog-list .news-grid {
       
        gap: 30px;
        padding: 16px;
    }

    .news-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 24px 20px;

    }

    .tab-links {
        color: #333;
        font-family: "Kurious Looped";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .tab-links::-webkit-scrollbar {
        display: none;
    }


    #blog-list {
        padding: 40px 0px;
        gap: 24px;
    }

    .container h2 {
        margin-left: 20px;
    }

    #single-news {
        padding: 24px 20px;
    }

    #single-news .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }

    #banner {
        height: 219px;


    }

    .banner-single-news::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
       

    }

    #banner.banner-single-news .container {
        padding: 0px 20px;
        gap: 16px;
        z-index: 1;
    }

    h1#newsTitle {
        font-family: "Kurious Looped";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */
        letter-spacing: -1.6px;
        text-transform: capitalize;
    }

    .right {
        gap: 16px;
        width: 100%;
    }

    .related-card {
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 100%;
        height: 124px;
    }

    /* img {
        max-width: 350px;
        max-height: 197px;
    } */

    .news-content a {
        word-break: break-word;
    }

    .news-content p {
        font-family: Kurious Looped;
        font-weight: 100;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #333;
    }


}