/*
Theme Name: Bonus_catalog
Theme URI: https://bonus-catalog.club/
Author: Bonus_catalog Teem
Author URI: https://bonus-catalog.club/
Description: Bonus_catalog is a Responsive theme with Bootstrap 4.
Version: 1.0.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: bonus_catalog
Domain Path: /languages/
Tags: bootstrap 4

Bonus_catalog WordPress Theme, Copyright 2020 Bonus_catalog.
Bonus_catalog WordPress Theme is distributed under the terms of the GNU GPL v3.
*/


.line-info ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.how-to-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.how-to-section .title,
.how-to-section .text {
    text-align: center;
}

.how-to-section {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 0;
}

.how-to-box {
    border-radius: 5px;
    background: #fff;
    margin: 5px;
    padding: 5px;
}