/*
Theme Name: Astra Child Theme
Author: Me
Description: This is astra child theme
Version: 1.0.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.panel {
    margin-bottom: 0px !important;
    border: 0px solid transparent !important;
}
.panel-body {
    padding: 0px !important;
}
.panel-body h4 {
    display: none !important;
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
}