.newsonecontainer>img {
    margin-top: 1rem;
}

.newsfeaturedimg {
    width: 100%;
}


.newsbannertext.active {
    color: var(--color-yellow-55, #FFD41C);
}

#titlenewsinside {
    color: var(--color-yellow-55, #FFD41C);
    height: 82px;
    margin-bottom: 1rem;

    @media(max-width:991px) {
        text-align: center;
    }
}

.textnewsinside {
    color: var(--noblelandinc-com-white, var(--color-white-solid, #FFF)) !important;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    /* noblelandinc.com/Inria Sans/Regular */
    font-family: var(--font-family-Font-1, "Inria Sans");
    font-size: var(--font-size-19, 19px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-26_6, 26.6px);
    padding: 0px !important;

    @media(max-width: 1200px) {
        text-align: center;
    }

    @media(max-width: 991px) {
        margin-top: 5rem;
    }
}

.newseventone.tag.newsone>img {
    border-radius: 1.4375rem;
    margin-top: 1.5rem;
}

.desc>h3,
.desc>h4{
    margin-top: 1.5rem;
}


h2 {
    margin-top: 3rem;
}

.main_cardtwo {
    min-width: 306px;
}

@media (max-width: 991px) {
    .main_cardone {
        width: 100vw !important;
    }
}

.main_cardone {
    width: 50vw;

    @media(max-width: 991px) {
        width: 100vw !important;
    }
}


.newseventsone {
    width: 70%;
    @media(max-width: 991px) {
        width: 100%;
    }
}

.newseventstwo {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 37px;
    width: 30%;

    @media(max-width: 991px) {
        width: 100%;
    }
}

.newseventscontainertitle {
    display: flex;
    justify-content: start;
    align-items: start;
}

.newseventscontainertitle h2 {
    font-size: 34px;
    color: #000;
    margin: 0;
    margin-bottom: 8px;
}

.newseventstwo .tag {
    display: flex;
    padding: 30px 26px 35px 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--item-spacing-9, 9px);
    align-self: stretch;
}

.newseventsone .tag.newsone {
    width: 100%;
    padding-top: 25px;

}

.newsone .title {
    margin-bottom: 25px;
}

.newsone .title h1 {
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.newsone .title p {
    color: #676767;
    margin-bottom: 0;
}

.newsone .desc {
    color: #676767;
}

.newsone .desc h2 {
    color: #676767 !important;
    font-weight: 400 !important;
    margin: 0;
    margin-bottom: 40px;
}

.newsone .desc a {
    color: #23868B;
    text-decoration: underline;
}

.detailsbtn {
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: var(--stroke-weight-1, 1px) solid #FFD41C;
    background: #FFD41C;
    width: 8rem;
}

h3.texttitlecard {
    color: var(--noblelandinc-com-black, var(--color-black-solid, #000));
    /* noblelandinc.com/Semantic/Heading 1 */
    font-family: var(--font-family-Font-1, "Inria Sans");
    font-size: var(--font-size-48, 48px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-57_6, 57.6px);
    /* 120% */
}

h3.texttitlecardtwo {
    color: var(--noblelandinc-com-black, var(--color-black-solid, #000));

    /* noblelandinc.com/Inria Sans/Regular */
    font-family: var(--font-family-Font-1, "Inria Sans");
    font-size: var(--font-size-20, 20px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--font-size-20, 20px);
    /* 100% */
}

p .date {
    font-size: 11px;
}

/* .newsonecontainer {
    width: 95%;
} */

.newsonecontainer img {
    margin: 40px 0;
    height: auto;
    border-radius: 23px;
    width: 100%;
}

.newseventsone .newseventsinside img {
    width: 100%;
    border-radius: 23px;
    margin-bottom: 40px;
    max-height: 593px;
    object-fit: cover;
}

h3 {
    color: var(--noblelandinc-com-black, var(--color-black-solid, #000));

    /* noblelandinc.com/Inria Sans/Regular */
    font-family: var(--font-family-Font-1, "Inria Sans");
    font-size: var(--font-size-20, 20px);
    font-style: normal;
    font-weight: var(--font-weight-400, 600);
    line-height: var(--font-size-20, 20px);
    /* 100% */
}

h3,
a {
    color: #212529;
    text-decoration: none;
}

.contentnewsbottom {
    margin-top: 3.3125rem;
    display: flex;
    gap: 100px;

    @media(max-width: 1199px) {
        gap: 70px;
    }

    @media(max-width: 991px) {
        flex-direction: column;
    }

    @media(max-width: 767px) {
        gap: 50px;
    }
}

a.blog_card {
    display: flex;
    border-radius: 10px;
    background: var(--color-white-solid, #fff);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    flex-direction: column;
    overflow: hidden;
}

.main_cardtwo {
    display: flex;
    flex-direction: column;

    gap: 30px;
}

.newseventscontainertitle>h1 {
    color: var(--noblelandinc-com-black, var(--color-black-solid, #000));
    font-family: var(--font-family-Font-1, "Inria Sans");
    font-size: var(--font-size-34, 34px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-34, 34px);
}

.newstitle {
    color: var(--noblelandinc-com-chathams-blue, var(--color-azure-26, #144F6F));

    /* noblelandinc.com/Semantic/Heading 2 */
    font-family: var(--font-family-Font-1, "Inria Sans");
    font-size: var(--font-size-13, 13px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-56, 56px);
    /* 430.769% */
}

section.newseventsinsidebanner {
    background: url('../../assets/img/newsevents/newseventsinsidebanner.png') no-repeat center center/cover;
}

.svgcontainer {
    display: flex;
    max-width: var(--width-55, 55px);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 5px;
    border: var(--stroke-weight-1, 1px) solid #676767;
}

.newsicons {
    display: flex;
    padding: 0 15.5px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    gap: var(--item-spacing-10, 10px);
    align-self: stretch;

    @media(max-width: 991px) {
        flex-direction: row;
        align-items: start;
        justify-content: start;
        padding: 0;
    }
}

.contentnews {
    display: flex;
    gap: 12px;

    @media(max-width: 991px) {
        flex-direction: column;
        gap: 30px;
    }
}

.main_card .image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;

    @media (min-width: 992px) {
        max-height: 600px;
    }
}

.main_cardtwo .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin: 0;

    @media (min-width: 992px) {
        min-height: 200px;
    }
}

.single-news {
    .newsone {
        .desc {
            h1 {
                font-weight: 400;
                margin-bottom: 25px;
            }

            .blog-content__wrapper__meta {
                margin-bottom: 25px;
            }

            .blog-content__inner {
                h2 {
                    margin-top: 25px;
                }
            }
        }
    }
}

h2 {
    margin-bottom: 20px !important;
}