/*
Theme Name:     Herald Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/

.herald-lay-b {
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: 19px;
}
@media (max-width: 767px)
{
.herald-lay-b {
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: 9px;
}