h1{
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.ce-banner{
    display: flex;
    flex-flow: column nowrap;
    background: white;
    width: 90%;
    padding: 50px;
    margin: 0 auto;
    justify-content: space-between;
}
.ce-banner.row{
    flex-flow: row nowrap;
}

.ce-banner img{
    width: 100%;
}
.ce-banner p, .content > p{
    width: 80%;
    padding: 10px 20px;
    font-size: 30px;
}
.content > p{
    text-align: left;
    margin: 0 auto;
}
.ce-banner > div{
    background-color: #a0ce4e;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    padding: 30px;
    margin: 10px;
}
.ce-banner > div h3{
    font-weight: 800;
    color: white;

}
.ce-banner > div h2{
    font-weight: 800;
    font-size: 60px;    
}
.ce-banner > div p{
    margin: 0 auto;
}
.ce-faq{
    width: 90%;
    margin: 50px auto;
    color: black;
    background-color: white;
}
.ce-faq h3{
    font-size: 60px;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
}
.ce-faq .panel-title > a {
    color:rgba(0, 0, 0, 0.719)!important;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.ce-faq .more-less{
    color: rgba(0, 0, 0, 0.719);
}
.ce-form{
    width: 90%;
}
.ce-form h2{
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
}
.ce-form p{
    font-size: 14px!important;
}
.ce-form .btn_submit{
    width: 100%!important;
    border-radius: 15px;
}
@media screen and (max-width: 796px){
    h1.green{
        font-size: 28px;
        margin-top: 250px;
   }
   .ce-banner{
       flex-wrap: wrap;
       justify-content: center;
       padding: 10px 0px;
   }
   .ce-banner > p, .content > p{
       font-size: 22px;
       width: 100%;
   }
   .ce-banner > div {
       width: 100%;
   }
}