.custom-shape-divider-top-1702782801 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1702782801 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 69px;
}
.custom-shape-divider-top-1702782801 .shape-fill {
    fill: #ff8229;
}

#avaliacoes{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

#avaliacoes #text2{
    text-align: center;
}

#avaliacoes #container3{
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#avaliacoes #container3 .review{
    width: 26vw;
    min-height: 190px;
    padding: 25px;
    box-shadow: 0 0 20px var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    transition: .3s;
    text-align: center;
}

#avaliacoes #container3 .review:hover{
    transition: .3s;
    transform: scale(1.1,1.1);
}

@media only screen and (max-width: 512px){
    #avaliacoes{
        width: 100vw;
        height: auto;
        padding: 100px 0;
    }
    #avaliacoes #container3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
    #avaliacoes #container3 .review{
        width: 80vw;
        height: auto;
    }
}
