/*
Theme Name: Divi Child
Theme URI: https://example.com/
Description: A child theme for Divi
Author: Your Name
Author URI: 
Template: Divi
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");
.custom-accordion h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
@media(min-width: 991px){
	.main-banner-section {
		align-items: center;
		display: flex;
	}
}