/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.27.2
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 26 Oct 2024 15:14:19 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.breakout-quote {
    background-color: #1d3557; /* Dark blue background */
    color: #ffffff; /* White text */
    padding: 20px; /* Spacing inside the quote box */
    border-left: 4px solid #f7c948; /* Gold accent border on the left */
    font-style: italic; /* Italicize text for emphasis */
    font-size: 1.2em; /* Slightly larger font size */
    margin: 20px 0; /* Space above and below the quote box */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
