.b-articles {
    padding: 80px 0;
    background: #ffffff;
}
.b-articles .b-wrapper {
    margin-bottom: 48px;
}
.b-articles__wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1000px;
}
.b-articles__btn {
    position: absolute;
    top: 195px;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #FFFFFF center no-repeat;
    border: 1px solid #CDCED1;
    cursor: pointer;
}
#j-articles__prev {
    left: -60px;
    background-image: url("https://www.auslogics.com/includes/software/_article/img/btn-prev.svg");
}
#j-articles__next {
    right: -60px;
    background-image: url("https://www.auslogics.com/includes/software/_article/img/btn-next.svg");
}
.b-carousel {
    width: 1000px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
}
.b-carousel__wrapper {
    display: flex;
    justify-content: left;
    width: 4200px;
}
.b-articles-item {
    position: relative;
    margin-right: 20px;
    width: 320px;
    font-feature-settings: 'ss01' on;
}
.b-articles-item__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 24px;
    font: 14px/18px 'Inter', sans-serif;
    color: #33353A;
    text-decoration: none;
}
.b-articles-item__link:hover {
    color: #33353A;
}
.b-articles-item__link:after {
    color: #33353A;
}
.b-articles-item__img {
    width: 320px;
    height: 210px;
    background: center center / cover no-repeat;
    border-radius: 8px;
}
.b-articles-item__rating {
    position: absolute;
    left: 8px;
    top: 194px;
    width: fit-content;
    height: 24px;
    padding: 4px 8px 4px 28px;
    background: #FFF url("https://www.auslogics.com/includes/software/_article/img/like.svg") 8px 4px / 16px 16px no-repeat;
    border-radius: 12px;
    box-shadow: 0 2px 5px 0 rgba(58, 62, 69, 0.08);
}
.b-article-item__status-row {
    position: absolute;
    left: 8px;
    top: 234px;
    width: fit-content;
    height: 18px;
    font: 12px/18px 'Inter', sans-serif;
    color: #404347;
}
.b-article-item__term {
    color: #404347;
    text-decoration: dotted underline #CDCED1;
    text-underline-offset: 4px;
}
.b-article-item__term:hover {
    text-decoration: dotted underline #CDCED1;
    color: #1785E6;
}
.b-article-item__separator {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 12px;
    border-radius: 2px;
    background-color: #c3c4c7;
    vertical-align: middle;
}
.b-article-item__title {
    margin: 0 0 8px;
    font: 800 20px/28px 'Inter', sans-serif;
}
.b-article-item__description {
    position: relative;
    margin: 58px 0 0;
    padding: 0 8px 0;
    height: 170px;
    overflow: hidden;
    font: 14px/18px 'Inter', sans-serif;
}
.b-article-item__description:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(0, #ffffff, #ffffff00);
}
.b-article-item__read-more {
    position: absolute;
    left: 8px;
    bottom: 0;
    height: 20px;
    padding: 0 24px 0 0;
    background: url("https://www.auslogics.com/includes/software/_article/img/arrow-right.svg") right top / 20px 20px no-repeat;
    font: 600 13px/20px 'Inter', sans-serif;
    color: #1785E6;
}
.b-article-item__read-more:hover {
    text-decoration: underline;
}
.b-articles-item__see-all {
    display: block;
    width: 100%;
    height: 100%;
    padding: 220px 8px 0;
    background: #F0F7FC;
    border-radius: 8px;
    text-decoration: none;
}
.b-articles-item__middle {
    margin: 0 auto 0;
    width: fit-content;
    padding: 0 24px 0 0;
    background: url("https://www.auslogics.com/includes/software/_article/img/arrow-right-up.svg") right top / 20px 20px no-repeat;
    font: 600 16px/20px 'Inter', sans-serif;
    color: #1785E6;
}


.b-carousel__menu {
    position: relative;
    width: 100%;
    margin: 50px auto 40px;
    text-align: center;
}
.b-carousel__button {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.b-carousel__button:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D8DADC;
}
.b-carousel__button.active:after {
    background: #1B222F;
}
.b-articles__browse-all {
    display: block;
    margin: 0 auto;
    width:fit-content;
    padding: 14px 24px;
    border-radius: 8px;
    border: 1px solid #CDCED1;
    font: 600 14px/20px 'Inter', sans-serif;
    color: #404347;
    text-decoration: none;
}
.b-articles__browse-all:hover {
    border: 1px solid #222429;
    box-shadow: 0 2px 4px 0 rgba(34, 37, 41, 0.32);
}
.b-articles__browse-all:focus,
.b-articles__browse-all:active {
    border: 2px solid #222429;
    padding: 13px 23px;
}

