.all-testimonials__wrapper {
    max-width: 1920px;
    padding: 0 20px 2rem 20px;
    margin-block-start: 2rem;
    min-height: 576px;
}
.all-testimonials__show-more svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}
.all-testimonials__item {
    border: 1px solid var(--miracel-secondary-color);
}
.all-testimonials__item-avatar {
    width: 60px;
    height: 60px;
}
.all-testimonials__avatar {
    width: 60px;
    height: 60px;
}
.all-testimonials__load-screen {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 250ms ease-in, visibility 0ms ease-in 0ms;
}
.all-testimonials__load-screen.hide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
}
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
    .all-testimonials__wrapper {
        padding: 2rem 20px 2rem 20px;
    }
}
@media only screen and (min-width: 992px) {
    .all-testimonials__wrapper {
        padding: 2rem 40px 2rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .all-testimonials__wrapper {
        padding: 2rem 60px 2rem 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .all-testimonials__wrapper {
        padding: 2rem 80px 2rem 80px;
    }
    .all-testimonials__show-more span {
        font-size: 18px;
    }
    .all-testimonials__description {
        font-size: 18px;
    }
}
