.wrapper_1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.wrapper_1280 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 32px;
}

.no_scrollbar {
    scrollbar-width: none;
}


.no_scrollbar::-webkit-scrollbar {
    display: none;
}

.noscroll,
.noscroll_background {
    overflow-y: hidden;
}

.noscroll_background::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}



.section_blog_recent_main_article_img {
    border-radius: 16px;
    /* background-color: var(--gray_300); */
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_blog_recent_main_article_img img {
    object-fit: cover;
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
}
