.testemonials{
    background-color: var(--foreground);
    color: var(--primary);
}
.testemonials .container{
    max-width: 60rem;
}
.testemonials .quote{
    font-weight: bold;
    font-size: 3rem;
    line-height: 5rem;
    padding: 6rem 2rem;
    text-align: center;
}
.testemonials .icons{
    display: flex;
    justify-content: space-around;
    padding: 3rem 2rem;
}
.testemonials .icons img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}