.howOrderWithDelivery {
    /* padding-top: 40px; */
    padding-bottom: 48px;
}
.howOrderWithDelivery_title {
    font-weight: 600;
    font-size: 14px;
    color: #373D44;
    margin-bottom: 18px;
}
.howOrderWithDeliveryList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.howOrderWithDeliveryListItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.howOrderWithDeliveryBlock {
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.howOrderWithDeliveryBlockItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.howOrderWithDeliveryBlockItem_text {
    max-width: 278px;
}


@media (max-width:767px) {
    .howOrderWithDeliveryBlock {
        flex-direction: column;
    }
    .howOrderWithDeliveryBlockItem_text {
        max-width: none;
    }
}