/*
Theme Name: Divi Child Pro
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Professional starter child theme for Divi 5.
Author: Erick Ramirez
Version: 1.0.0
Template: Divi
Text Domain: divi-child-pro
*/

/*
========================================
Base Variables
========================================
*/

:root {
    --er-container-width: 1280px;
    --er-transition: all 0.3s ease;
}

/*
========================================
Base Styles
========================================
*/

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.er-container {
    width: 100%;
    max-width: var(--er-container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}