.section-howto .section-title {
    display:none;
}
.section-howto .section-howto-container {
    padding:0 !important;
    margin:0 !important;
    /* width:90% !important; */
}
.section-howto .reserve {
    width:90%;
    margin: 40px auto;
}
.howtouse-content{
    display: flex;
    justify-content:center;
    align-items:center;
}
.howtouse-content .howtouse-item{
    width:30%;
    height:380px;
    margin-top:0;
}
.howtouse-item + .howtouse-item {
    margin-top: 0 !important;
    margin-left: 20px;
}
.howtouse-content .howtouse-item a{
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
    .howtouse-content {
        display: block;
        padding:20px;
    }
    .howtouse-left-box div:nth-child(2) {white-space: break-spaces;}
    .howtouse-content .howtouse-item {
        width: 100%;
        height: 200px;
    }
    .howtouse-item + .howtouse-item {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    
    
}