/*
Theme Name: Wemake Theme Child
Theme URI: https://www.wemake.co.il/
Version: 2.4
Template:     wemake-theme
Author: Wemake team
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  wemake-theme-child
*/
.gbweb-articles-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
}
.gbweb-articles-wrap > article{
    flex-grow: 1;
    flex-basis: 15%;
    text-align: center;
}
.gbweb-articles-wrap > article .gbweb-article-item-btn{
    margin: 20px auto;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #CC3238;
}
.gbweb-articles-wrap > article figure{
    width: 100%;
}
.gbweb-articles-wrap > article figure img{
    width: 100% !important;
    height: auto !important;
}
.gbweb-articles-wrap > article h4{
    font-weight: 400;
    font-size: 100%;
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .home-articles2 .title{
    color: #000000;
    font-weight: 400;
}
.section-title{
    text-align: center;
    font-weight: 400;
    margin: 20px auto;
    font-size: 215%;
}
.section-wrap{
    text-align: center;
    margin-bottom: 100px;
}
.big-btn{
    padding: 20px 40px;
    font-size: 280%;
}
@media only screen and (max-width: 768px){
    .main-slider .owl-nav{
        display: inherit !important;
    }

    .gbweb-articles-wrap > article h4{
        font-size: 120%;
        height: auto;
    }
}