/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#intro-container-col1 {
    margin: 25px 0;
}
@media (min-width: 1000px) {
    #intro-container-col1 {
        margin: 200px 0 0;
    }
}

#head-title-1 > div {
    background-color: #d42b24;
    color: white !important;
    padding: 10px 20px !important;
    font-size: clamp(1.5rem, 2vw, 3rem) !important;
    font-weight: bold;
}

#head-title-2 > div {
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #383a3b;
    color: white !important;
    padding: 10px 20px !important;
    font-size: clamp(1.3rem, 2vw, 2rem) !important;
}

