@media screen and (min-width: 1041px) {
    body.scroll1_down .site-header-new {
        background: #31216b !important;
    }
}

.container {
    max-width: 1130px;
    margin: 0 auto;
}

.hero_inner {
    padding: 140px 0px 80px;
    display: flex;
    flex-direction: column;
}

.hero_breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero_breadcrumbs,
.hero_breadcrumbs a,
.hero_breadcrumbs span {
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}

.hero_content {
    max-width: 700px;
    margin: 30px auto 0;
    text-align: center;
}

.separator {
    padding: 0px 5px;
}

.hero_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.hero_meta_date {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.hero_meta_label {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
}

.hero_title h1 {
    -webkit-font-smoothing: auto;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 40px;
}

.hero_excerpt p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 20px;
}

#hero_top_section {
    background-color: #31216b;
    background-image: url(../../../../images/avif/webinar-background-4.avif);
    background-position: right top;
    background-size: contain;
}

.content_section {
    padding: 80px 0px 60px;
}

.content-holder {
    max-width: 830px;
    margin: 0 auto;
}

.content-inner {
    h2{
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
        color: #31216B;
        margin: 0 0 20px;
    }
    h3{
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        color: #31216B;
        margin: 0 0 20px;
    }
    p{
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        color: #31216B;
        margin: 0 0 20px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    ul{
        list-style-type: disc;
        padding-left: 20px;
        margin: 0 0 20px;
        &:last-child {
            margin-bottom: 0;
        }
        li{
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
            color: #31216B;
        }
    }
}
.wp-block-image {
    margin: 30px 0px;
    img{
        margin:0 auto;
    }
}

#more-news_section {
    padding: 0px 0 80px;
}

.more_news_inner h2 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    color: #31216b;
}

.more_news_list {
    display: flex;
    margin: 0 -40px;
}

.more-news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% / 3 - 80px);
    margin: 0 40px;
    text-decoration: none;
}

.more-news-item:hover .more-news-item-title {
    color: #1ebbf0;
}

.more-news-item-thumbnail {
    display: block;
    line-height: 0;
    width: 100%;
    padding-bottom: 20px;
}

.more-news-item-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.more-news-item-date {
    font-size: 14px;
    line-height: 20px;
    color: #31216b;
    font-weight: 600;
    margin-bottom: 12px;
}

.more-news-item-title {
    font-size: 20px;
    line-height: 28px;
    color: #31216b;
    font-weight: 800;
    margin: 0 0 24px;
}

.more-news-item-link {
    font-size: 16px;
    line-height: 22px;
    color: #1ebbf0;
    margin-top: auto;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (min-width: 1041px) {
    .site-header-new {
        box-shadow: none !important;
    }
    #hero_top_section {
        margin-top: -85px;
    }
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
}

@media screen and (max-width: 1040px) {
    .content_section {
        padding: 60px 0px 40px;
    }
    #more-news_section {
        padding: 0px 0 60px;
    }
    body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
        background-color: #fff !important;
    }
    body:not(.scroll_down_mobile) .site-header-new {
        background-color: transparent;
        box-shadow: none;
    }
    .hero_inner {
        padding: 100px 0px 60px;
    }
}

@media screen and (max-width: 980px) {
    .hero_title h1 {
        margin: 0px 0px 30px;
    }

    .more_news_list {
        flex-direction: column;
        margin: 0;
    }

    .more-news-item {
        width: 100%;
        margin: 0 0 40px;
    }

    .more-news-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .content_section {
        padding: 50px 0px 30px;
    }
    #more-news_section {
        padding: 0px 0 50px;
    }
    .hero_title h1 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_inner {
        padding: 100px 0px 50px;
    }
}
