
.ele-video{
    width: 100%;
}
.ele-video video{
    width: 100%;
    height: 100%;
}
.ele-content{
    width: 100%;
}
.ele-content .ele-content-inner{
    max-width: 1140px;
    margin: 0 auto;
}
.ele-content .ele-content-inner .ele-content-txt{
    width: 100%;
    min-height: 200px;
    background-image: url(/wp-content/uploads/2023/04/feelingwood-logo-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ele-content .ele-content-inner .ele-content-txt h2{
    color: var(--e-global-color-68d0629);
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
}
.ele-content .ele-content-inner .ele-content-txt p{
    text-align: center;
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}
.ele-content-a{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.ele-content-a .ele-content-a-item{
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
}
.ele-content-a .ele-content-a-item h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 30px;
}
.ele-content-a .ele-content-a-item p{
    color:#666666CC;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ele-content-a .ele-content-a-item .ele-divider{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ele-content-a .ele-content-a-item .ele-divider span.ele-divider-separator{
    display: inline-block;
    height: 2px;
    width: 60%;
    background-color:#FF8900;
}
.ele-content-a .ele-content-a-item .ele-content-a-color{
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.ele-content-a .ele-content-a-item .ele-content-a-color a{
    display: inline-block;
    width: 33%;
    margin-right: 1px;
    height: 150px;
}
.ele-content-a .ele-content-a-item .ele-content-a-color a img{
    max-width: 100%;
}
.ele-content-a-color a span{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
    color:black;
}
.ele-content-a-img{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ele-content-a-img img{
    max-width: 80%;
    height: auto;
}

.ele-content-bottom{
    width: 70%;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2023/08/markus-spiske-k0rVudBoB4c-unsplash@2x-1.jpg');
    min-height: 574px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.ele-content-bottom h2{
    color: #47CC29;
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #47CC29 22%, #FFA10F 92%);
    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 500;
}
.ele-content-bottom p{
    color: var(--e-global-color-68d0629);
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}
.ele-content-bottom a{
    display: inline-block;
    font-weight: 500;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333333;
    border-radius: 36px 36px 36px 36px;
    padding: 8px 20px 8px 20px;
    margin-top: 50px;
    
}

@media screen and (max-width: 768px) {
    .ele-video{
        min-height: 22vh;
        margin-top: 0px;
    }
    .ele-content .ele-content-inner .ele-content-txt{
        width: 95%;
        margin: 0 auto;
    }
    .ele-content-a{
        flex-direction: column;
    }
    .ele-content-a .ele-content-a-item{
        width: 90%;
        padding: 20px 5%;
    }
    .ele-content-a.reverse{
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .ele-content-a-img{
        width: 100%;
    }
    .ele-content-a-img img{
        max-width: 91%;
    }
    .ele-content-bottom{
        width: 100%;
        min-height: 400px;
    }
}

@media screen and (min-width: 1024px) {
    .ele-video{
        min-height: 66vh;
    }
    
}