.testimonials {
    position: relative;
    margin-top: 80px;
    margin-bottom: 90px;
    font-family: Arial, Helvetica, sans-serif;
}
@media all and (max-width: 1023px) {
    .testimonials {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    .testimonials {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.testimonials .h2 {
    margin: 0;
    font-weight: normal;
    text-align: center;
}
.testimonials__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.testimonials__list-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width: 455px;
}
@media all and (max-width: 767px) {
    .testimonials__list-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }
}
@media all and (max-width: 575px) {
    .testimonials__list-wrapper {
        margin-top: 45px;
        width: 100%;
    }
}
.testimonials__list-item {
    position: relative;
    padding-left: 136px;
    line-height: 19px;
}
@media all and (max-width: 575px) {
    .testimonials__list-item {
        padding-left: 73px;
    }
}
.testimonials__list-item:not(:last-child) {
    margin-bottom: 43px;
}
@media all and (max-width: 575px) {
    .testimonials__list-item:not(:last-child) {
        margin-bottom: 33px;
    }
}
.testimonials__list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 67px;
    background: url("/local/templates/bernina.store/img/quotes.svg") center no-repeat;
    background-size: contain;
}
@media all and (max-width: 575px) {
    .testimonials__list-item::before {
        width: 35px;
        height: 33px;
    }
}
.testimonials__list-item-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #808285;
}
.testimonials__list-item-text {
    font-size: 16px;
    line-height: 19px;
    color: #808285;
}
.testimonials__list-item-author {
    margin-top: 10px;
    font-size: 14px;
    color: #EC0101;
}
.testimonials__link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
    margin-top: 32px;
    text-decoration: none;
    width: 240px;
    height: 36px;
    background: #EC0101;
    color: white !important;
}
@media all and (max-width: 767px) {
    .testimonials__link {
        margin-top: 60px;
    }
}
@media all and (max-width: 575px) {
    .testimonials__link {
        margin-top: 35px;
        width: 200px;
    }
}
.testimonials__link:hover {
    background: #303031;
}
.testimonials__bg {
    position: absolute;
    right: 0;
    bottom: 68px;
    width: 100%;
    height: 610px;
    max-height: calc(100% - 106px - 68px);
    max-width: 50%;
    object-fit: cover;
}
@media all and (max-width: 1023px) {
    .testimonials__bg {
        max-width: 40%;
    }
}
@media all and (max-width: 767px) {
    .testimonials__bg {
        display: none;
    }
}