.customer-reviews {
    padding: 3.75rem 0;
    border-radius: 2.5rem;
    background: #FAFAFA;
}
.customer-reviews h2 {
    margin-bottom: 1.75rem;
    font-weight: 400;
    line-height: 120%;
}
.customer-reviews--wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.customer-reviews--overall {
    text-align: center;
}
.customer-reviews--overall > * {
    margin-bottom: .75rem;
}
.customer-reviews--overall-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 120%;
}
.customer-reviews--overall-text {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.75rem;
}
.customer-reviews svg {
    height: 2rem;
    width: auto;
}
.customer-reviews .carousel-item svg {
    height: 1.25rem;
    width: auto;
}
.customer-reviews .trustpilot_text {
    fill: var(--black-text);
}
.customer-reviews .carousel-inner {
    padding: 2rem 3.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.customer-reviews .carousel-item {
    padding: 0 .5rem;
    height: auto;
    flex-wrap: wrap;
    width: 100%;
}
.customer-reviews .carousel-item.active {
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
}
.customer-reviews .carousel-item .carousel-item--inner {
    border-radius: 2.5rem;
    background: #FFF;
    box-shadow: 0 8px 28px 0 rgba(10, 34, 59, 0.16);
    padding: 2.5rem 3.25rem;
    height: auto;
    width: 100%;
}
.customer-reviews .carousel-item h5 {
    margin-top: 1rem;
}
.customer-reviews .carousel-item p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 1rem;
}
.customer-reviews .carousel-item .customer-reviews--author {
    margin-bottom: 0;
}
#customer-reviews--items {
    width: 75%;
}
#customer-reviews--items .carousel-control-prev {
    left: -2rem;
    width: auto;
}
#customer-reviews--items .carousel-control-next {
    right: -2rem;
    width: auto;
}
#customer-reviews--items .carousel-indicators {
    display: none;
}

@media screen and (max-width: 1399px) {
    .customer-reviews {
        padding: 2rem 0;
    }
    .customer-reviews .col-lg-10 {
        width: 100%;
        margin: 0;
    }
    .customer-reviews .carousel-inner {
        padding: 1rem;
    }
    .customer-reviews .carousel-item .carousel-item--inner {
        padding: 2rem;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    #customer-reviews--items {
        width: 78%;
    }
    .customer-reviews--overall-title {
        font-size: 1.5rem;
    }
    .customer-reviews .carousel-inner {
        padding: 1rem 3rem;
    }
    #customer-reviews--items .carousel-control-prev {
        left: 0;
    }
    #customer-reviews--items .carousel-control-next {
        right: 0;
    }
    .customer-reviews .carousel-item {
        height: 20.5rem;
    }
}

@media screen and (max-width: 991px) {
    .customer-reviews {
        padding: 3rem 0
    }
    .customer-reviews h2 {
        padding: 0 .75rem;
    }
    .customer-reviews--overall {
        width: 100%;
        padding: 0 1rem;
    }
    #customer-reviews--items {
        width: 100%;
        margin-bottom: 1rem;
    }
    .customer-reviews .carousel-inner {
        padding: 2rem 0;
        align-items: flex-start;
    }
    .customer-reviews .carousel-item {
        height: auto;
        padding: 0 1rem;
    }
    .customer-reviews .carousel-item .carousel-item--inner {
        padding: 2rem 1.5rem;
    }
    .customer-reviews--overall h2 {
        font-size: 3.25rem;
    }
    .customer-reviews--overall-title {
        font-size: 2rem;
    }
    .customer-reviews .carousel-item h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .customer-reviews .carousel-item--inner svg {
        height: auto;
        transform: scale(.875) translate(-.65rem, 0);
    }
    #customer-reviews--items .carousel-control-prev,
    #customer-reviews--items .carousel-control-next {
        display:none;
    }
    #customer-reviews--items .carousel-indicators {
        display: flex;
        top: 100%;
    }
    .customer-reviews .col-lg-10 {
        padding: 0;
    }
    .customer-reviews .carousel-indicators [data-bs-target] {
        width: .5rem;
        height: .5rem;
        border-radius: .25rem;
        background: var(--black-text);
        margin: 0 .25rem;
        border:none;
    }
}