.testemonials{
    margin: 100px 0;
}
.testemonials p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.71;
}
.testemonials h1{
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
}
.texts{
    display: flex;
    flex-direction: column;
    width: 367px;
    height: 251px;
    border: 2px solid #2A2C3D;
    padding: 24px;
}
.texts h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.texts p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    opacity: 0.71;
}
.perfil{
    display: flex;
    flex-direction: row;
    margin-top: 21px;
}
.perfil img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.perfil-texts{
    margin-left: 17px;
}
.perfil-texts h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.perfil-texts p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.71;
}
.grid-testemonials{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin-top: 40px;
}