main{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hero-desc{
    display: flex;
    flex-direction: column;
}

.desc{
    width: 594px;
    color: #909090;
    font-size: 22px;
}

.button-div{
    padding-top: 43px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.order{
    width: 188px;
    height: 70px;
    font-weight: 600;
    font-size: 20px;
    color: #F4ECE1;
    background-color: #2F2F2F;
    border-radius: 84px;
    padding-top: 20px;
}

.play{
    padding-top: 45px;
}

/* AVALIACAO */
.rates{
    padding-top: 70px;
    gap: 11px;
}

.rate-desc h2{
    font-size:18px;
    font-weight: 600;
    color: #2F2F2F;
}

.rate-desc p{
    font-size:18px;
    font-weight: 300;
    color: #909090;
}