/* Add here all your css styles (customizations) */


section.module
{
    background-color: #3D4D51;
}

.module.module-divider-top, .module-sm.module-divider-top, .module-header.module-divider-top {
    border-top: 1px solid #fff726;
}

.module.module-divider-bottom, .module-sm.module-divider-bottom, .module-header.module-divider-bottom{
    border-bottom: 1px solid #fff726;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Poppins", Arial, serif;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

