.anchors_section {
    margin: 35px 0;
}

.anchors_section__wrapper {
    padding: 15px 38px 15px;
    position: relative;
    background-color: #FDFF37;
    overflow: hidden;
}

.anchors_section__wrapper:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(-6deg);
    background-color: #fff;
    width: 200%;
    top: -176px;
    height: 24%;
    left: -50%;
    right: 0;
}

.anchors_section__item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 24px 30px 21px;
    margin-bottom: 34px;
    border-radius: 5px;
    box-shadow: -5px 5px 15px 0 rgba(116, 126, 142, 0.15);
}

.anchors_section__item_label {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.anchors_section__item_label svg {
    position: absolute;
    width: 28px;
    height: 29px;
    display: block;
}

.anchors_section .anchors_section__item .anchors_section__item_label span {
    display: block;
    position: relative;
    z-index: 2;
    /*color: #112031;*/
    font-family: 'Aeonik';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
    padding-left: 9px;
}

.new_design_tracing .post-content .anchors_section .anchors_section__link,
.html_content .anchors_section .anchors_section__link {
    color: #25282B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.16px;
    text-decoration: none !important;
}

.html_content .anchors_section .anchors_section__link span {
    /*color: #25282B;*/
}

.new_design_tracing .post-content .anchors_section .anchors_section__link.yellow_anim::before {
    bottom: -1px;
}

.new_design_tracing .post-content .anchors_section .anchors_section__link span {
    font-family: 'Inter' !important;
}

.new_design_tracing .post-content .anchors_section .anchors_section__link:hover {
    text-decoration: none !important;
}
