/*
Theme Name:   KnowAll Child
Theme URI:   https://herothemes.com/
Description: KnowAll Child Theme for your Customizations.
Author:       Herothemes
Author URI:   https://herothemes.com/
Template:     knowall
Version:      1.0
*/

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.custom-col-half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}


