/*
Theme Name: Divi Child
Template: Divi
*/

#main-content {
    background-color: #FFF8EF !important;
}
.blurred-bg {
    position: relative;
    overflow: hidden;
}
.blurred-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(4px);
    transform: scale(1.05);
    z-index: 0;
}
.blurred-bg > .et_pb_row {
    position: relative;
    z-index: 1;
}