.testimonial-container{
    background-image: url(../img/bg.jpeg);
    background-repeat: none;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 100px 40px;
}

.testimonial-img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid rgb(94, 94, 94);
}

.testimonial-wrapper{
    display: flex;
    max-width: var(--max-width);
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.testimonial-text{
    color: white;
}

.testimonial-text h3{
    font-size: 40px;
    text-transform: uppercase;
}

.testimonial-text span{
    font-weight: 100;
}