@media screen and (min-width:768px) {
    .product-bottom-fullwidth {
        display: flex;
        gap: 30px;
    }
    .product-bottom-fullwidth.sidebar .custom-block {
        min-width: 250px;
    }
}