.test {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(800px + 2rem);
    padding: 4vw 1em;
}

.test-desc {
    line-height: calc(-0.07143vw + 2.05714em);
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
}

.test-item {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.testimonials {
    color: #000;
    border: 0 !important;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
}

.testimonials:hover {
    color: #000;
}

.testimonials-icon {
    background: linear-gradient(to top, #F16F1B 0%, #DB8925 100%);
    box-shadow: 0 2px 4px 0 #454849;
    width: 88px;
    height: 88px;
    margin: 2rem auto;
    border-radius: 50%;
    font-size: 7.75rem;
    text-align: center;
    color: #fff;
}

.testimonials-text {
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
    font-size: 18px;
    margin: 15px;
    line-height: calc(-0.07143vw + 2.05714em);

}

.testimonials-bottom {
    text-align: center;
    margin: 60px 0;
}

.testimonials-bottom h4 {
    font-weight: bold;
}

@media(max-width:768px) {
    .test-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}