body{
    width: 1440px;
    height: 100vh;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    background-color: #F5F5F5;
    font-family: 'Barlow Semi Condensed';
    font-size: 0.81rem;
}

.container{
    display: grid;
    grid-template-areas: "testemunho-1 testemunho-1 testemunho-2 testemunho-5"
                         "testemunho-3 testemunho-4 testemunho-4 testemunho-5";
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;    

}

.testemunho-1{
    grid-area: testemunho-1;
    background-color: hsl(263, 55%, 52%);
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 3px 28px -17px rgba(0,0,0,0.75);
    width: 93%;    
    background-image: url('../images/bg-pattern-quotation.svg');
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 12%;
    
    
}

.testemunho-1 p{
    color: hsl(214, 17%, 92%)

}

.testemunho-2{
    grid-area: testemunho-2;
    background-color: hsl(217, 19%, 35%);
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 3px 28px -17px rgba(0,0,0,0.75);
    width: 90%;
}

.testemunho-2 p{
    color: hsl(214, 17%, 92%)

}

.testemunho-3{
    grid-area: testemunho-3;
    background-color: hsl(0, 0%, 100%);
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 3px 28px -17px rgba(0,0,0,0.75);
    width: 86%;
    margin-top: 32px;
}

.testemunho-3 p{
    color: hsl(224, 10%, 45%);
}

.testemunho-4{
    grid-area: testemunho-4;
    background-color: hsl(219, 29%, 14%);
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 3px 28px -17px rgba(0,0,0,0.75);
    width: 95%;
    margin-top: 32px;
}

.testemunho-4 p{
    color: hsl(214, 17%, 92%)

}

.testemunho-5{
    grid-area: testemunho-5;
    background-color: hsl(0, 0%, 100%);
    border-radius: 8px;
    padding: 32px;
    box-shadow: 10px 8px 28px -17px rgba(0,0,0,0.75);
    width: 80%;

}

.testemunho-5 p{
    color: hsl(224, 10%, 45%);
    
}

.descricao{
    font-size: 1rem;
}

.foto{
    display: flex;
    align-items: center;
    font-size: small;
}

.foto img{
    border-radius: 50%;
    margin-right: 15px;
}

.titulo{
    color: hsl(214, 17%, 92%);
    font-size: 1.6rem;
    font-weight: 500;
    margin: 21px 0px;

}
.titulo2{
    color: hsl(217, 19%, 35%);
    font-size: 1.7rem;
    font-weight: 500;
    margin: 21px 0px;
}

.nomes{
    font-size: 1rem;
    margin-bottom: 3px;
    font-weight: 500;
}
.foto-patrick {
    border: 3px solid hsl(263, 55%, 52%);
}

.foto-daniel{
    border: 3px solid hsl(264, 82%, 80%);
}