.b-section-reviews {
    text-align: center;
    padding: 60px 0 60px 0;
    min-height: 755px;
    box-sizing: border-box;
    background-color: #f7f9fc;
}
.b-section-reviews__wrapper {
    margin: auto;
    width: 1000px;
}
.mobile .b-section-reviews__wrapper {
    margin: auto;
    width: 100%;
}
.b-section-reviews__title {
    font: 700 30px/45px Inter, sans-serif;
    letter-spacing: 0.5px;
    color: #2A3440;
    margin-bottom: 10px;
}
.b-section-reviews__description {
    font: 400 16px/28px Inter, sans-serif;
    color: #8c96a5;
}
.b-press {
    position: relative;
}
.b-press__btn {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #FFFFFF center no-repeat;
    border: 1px solid #DFE2E9;
    cursor: pointer;
}
.b-press__btn:hover {
    border-color: #1583E6;
}
.b-press__btn:active {
    border-color: #DFE2E9;
    background-color: #DFE2E9;
}
#j-carousel__prev {
    left: 8px;
    background-image: url("https://www.auslogics.com/includes/software/_magazines/img/btn-prev.svg");
}
#j-carousel__next {
    right: 8px;
    background-image: url("https://www.auslogics.com/includes/software/_magazines/img/btn-next.svg");
}
.b-press__magazines {
    margin-top:20px;
    height: 235px;
    overflow: hidden;
}
.b-press__author {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #262d39;
    margin-top:34px;
}
.b-press__review {
    width:557px;
    text-align: left;
    font: 400 italic 16px/24px Inter, sans-serif;
    letter-spacing: 0.2px;
    color: #81858A;
    border-radius: 16px;
    border: solid 2px #e8eaf2;
    display: inline-block;
    margin-top:20px;
    position: relative;
    padding:30px;
    background: #fff;
}
.b-press__review:before {
    content: '';
    position: absolute;
    top: -32px;
    border: 16px solid transparent;
    border-bottom: 16px solid #e8eaf2;
    left: calc(50% - 16px);
}
.b-press__review:after {
    content: '';
    position: absolute;
    top: -26px;
    border: 13px solid transparent;
    border-bottom: 13px solid #fff;
    left: calc(50% - 13px);
}
.b-press__text {
    display:none;
}
.b-press__text_visible {
    display: inline-block;
}

.mobile .b-section-reviews__title {
    font-size: 28px;
    line-height: 33px;
}
.mobile .b-press__review {
    width: 100%;
    box-sizing: border-box;
}
.mobile .b-press__review:before {
    left: 50%;
    margin-left: -16px;
}
.mobile .b-press__review:after {
    left: 50%;
    margin-left: -13px;
}