/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  Anpassungen für jeder kann familie sein
 Author:       Jan Griepenburg
 Author URI:   gucc.de
 Version:      1.0
 Template:     wp-bootstrap-starter
 Text Domain:  wp-bootstrap-starter-child
*/


#was-ist-first .border-right, #was-ist-second .border-right{
    padding-right: 80px !important;
}
#was-ist-first .panel-grid-cell:last-child, #was-ist-second .panel-grid-cell:last-child{
    padding-left: 50px;
}

@media screen and (max-width: 780px) {
    #was-ist-first .border-right, #was-ist-second .border-right{
        padding-right: 20px !important;
    }
    #was-ist-first .panel-grid-cell:last-child, #was-ist-second .panel-grid-cell:last-child{
        padding-left: 0;
    }
}
