.features-blog section {
    padding: 0;
    position: relative;

    margin: 2em 0;

    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}


.features-blog section.odd {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


.features-blog section.empty, .features-blog section.empty h2 {
    color: #999;

}

.features-blog section.empty .button {
    display: none;
}

.features-blog .blog-header {
    text-align: center;
    margin: 4em 0 1em;
}

.features-blog section .texts {
    padding: 1.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(50%);
    background-color: #f0f0f0;
    box-sizing: border-box;
    border-radius: var(--box-radius);
    position: relative;
    text-align: center;
    flex-grow: 1;

}

.features-blog section .collectionproducts {
    padding: 0 1.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: center;
    width: calc(50%);
    box-sizing: border-box;
}

.features-blog section .collectionproduct {
    margin: 0;
}

.features-blog section .collectionproducts img {
    max-width: 100%;
    max-height: 400px;
}

.features-blog section .slogan {
    display: block;
    margin: 20px 0 20px 0;
    font-size: 1.2em;
}

.features-blog section .header + .slogan {
    margin-top: -20px;
}

.features-blog section .button {
    margin-bottom: 0;
}

.features-blog section h2 {
}

@media only screen and (max-width: 640px) {
    .features-blog section {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .features-blog section.odd {
        --moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .features-blog .header, .features-blog .description {
        text-align: center;
    }

    .features-blog section .collectionproducts {
        width: 100%;
    }

    .features-blog section .texts {
        width: 100%;
        box-sizing: border-box;
    }
}

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

    /* .features-blog section {

         -moz-flex-direction: column-reverse;
         -webkit-flex-direction: column-reverse;
         -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
         -moz-justify-content: space-between;
         -webkit-justify-content: space-between;
         -ms-justify-content: space-between;
         justify-content: space-between;
         -moz-align-items: flex-start;
         -webkit-align-items: flex-start;
         -ms-align-items: flex-start;
         align-items: flex-start;
         -moz-flex-wrap: nowrap;
         -webkit-flex-wrap: nowrap;
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;

     }

     .features-blog section .texts {
         width: 100%;
         text-align: center;
         -moz-justify-content: center;
         -webkit-justify-content: center;
         -ms-justify-content: center;
         justify-content: center;
         -moz-align-items: center;
         -webkit-align-items: center;
         -ms-align-items: center;
         align-items: center;
     }

     .features-blog section .collectionproducts {

         width: 100%;
         -moz-align-items: flex-start;
         -webkit-align-items: flex-start;
         -ms-align-items: flex-start;
         align-items: flex-start;
     }*/

}