
.sec10-container{
    max-width: 100%;
    background-color: #8ec63f;
    color: #fff;
    padding:64px 0;
  
}
.sec10-sub-con{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.sec10-h2{
    font-size: 48px;
    text-align: center;
}
.sec10-form{
    width: 100%;
    margin: 30px auto; 
}
.sec10-input{
display: flex;
justify-content: center;

}

.sec10-input input{
  
    width: 200px;
    height: 50px;
    border-radius: 5px;
    margin-left: 20px;
    text-align:center;
    font-size: 18px;
    color: #eee;
    border: 1px solid #ebe6e6;
}
#sec10-btn{
    width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
   margin-left: 80px;
   background-color: #f9bc1f;
   border-radius: 10px;
    border: 1px solid #f9bc1f;
    border-bottom: 3px solid rgb(219, 83, 30);
}
#sec10-p{
    text-align: center;
    margin:0 250px;
    
}
@media (max-width: 768px) {
    .sec10-container{
        max-width: 100%;
        padding:30px 0;
       
       
    }
    .sec10-form{
        width: 100%;
        margin: 20px auto; 
    }
    .sec10-input{
        align-items: center;
        justify-content: center;
       
        flex-direction: column;
        }
        .sec10-input input{
            width: 170px;
            height: 40px;
            margin-top: 10px;
            /* margin-bottom: 20px; */
           
        }
        
    .sec10-h2{
        font-size: 30px;
    }
    #sec10-p{
        text-align: center;
        margin:10px 10px;
        line-height: 25px;
    }
    #sec10-btn{
        width: 170px;
        height: 40px;
       margin-top: 20px;
        justify-content: center;
        margin-left: 10px;
        

    }
}