.best_item{
    width: 100%;
}


.best{
    height: 651px;
    background: url('../img/bg/Rectangle2.png') center center/cover no-repeat;
    padding: 66px 0 134px 0;
}

.best_title{
    font-family: Roboto;
    font-size: 42px;
    font-weight: 500;
    color:#000;
    text-align: center;
}

.choice{
    display: flex;
    justify-content: space-between;
    margin-top: 72px;

}

.best .choice .prod, .prod2, .prod3{
    width: 267px;
    text-align: center;
    margin: 0 auto; 
}

.prod_1{
    width: 100%;
    margin-bottom: 34px;
}

.prod_text{
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.prod_text:hover{
    color: #000;
    text-decoration: underline;
}

.price{
    display: inline;
    margin-top: 13px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #4f4f4f;
}
@media screen and (max-width: 767px) {
        .prod2, .prod3{
            display: none;
        }
        .best{
            background: none;
            background-color:#fff;
            height: 461px;
            padding: 20px 0 50px 0;
            
        }
        .best .best_title{
            font-size: 20px;
        }
        .best .choice .prod_1{
            min-width: 230px;
            min-height: 230px;
            margin-bottom: 34px;
        }

}
    
