/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */



.hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid #d7dde3;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: #1b3a57;
    margin-bottom: 24px;
    box-shadow: 0px 10px 30px -18px rgba(27, 58, 87, .35);
    font-family: 'Montserrat', sans-serif;
}