.box-content{
    background-color: #fff;
    padding: 25px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    border-radius: 8px;
}
.depoimento{
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    color: #1A1A1A;
}
.h1-nome{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
}
#quote{
    transform: rotate(180deg);
    width: 31px;
    height: 25px;
}
.img-depo{
    width: 100px;
    height: 100px;
    border-radius: 1000px;
}
#left{
    position: absolute;background-image: url(https://leofittipaldi.com/wp-content/uploads/2021/10/arrow-carousel3.svg);background-position: center;background-repeat: no-repeat;height: 50px;width: 50px;top: 50%;right: 100%;-webkit-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg);z-index: 10;
}
#right{
    position: absolute;background-image: url(https://leofittipaldi.com/wp-content/uploads/2021/10/arrow-carousel3.svg);background-position: center;background-repeat: no-repeat;height: 50px;width: 50px;top: 50%;left: 104%;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);z-index: 10;
}

@media screen and (max-width:479px){
.box-content{
    background-color: #fff;
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    border-radius: 15px;
}
.depoimento{
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    color: #1A1A1A;
}
.h1-nome{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
}
.img-depo{
    width: 120px;
    height: 120px;
    border-radius: 1000px;
}
#quote{
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
}

#left{
    position: absolute;background-image: url(https://leofittipaldi.com/wp-content/uploads/2021/10/arrow-carousel3.svg);background-position: center;background-repeat: no-repeat;height: 50px;width: 50px;top: 50%;right: 82%;-webkit-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg);z-index: 10;
}
#right{
    position: absolute;background-image: url(https://leofittipaldi.com/wp-content/uploads/2021/10/arrow-carousel3.svg);background-position: center;background-repeat: no-repeat;height: 50px;width: 50px;top: 50%;left: 97%;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);z-index: 10;
}
}