@media (max-width: 768px){

    body{
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0%;
        padding: 0%;
    }
  * {
        box-sizing: border-box;
        padding: 0 auto;
    }
header{
    margin: 0px 20px;
}
.hamburger{
    display: flex;
}
.nav-links{
    display: none;
}
.nav-btn{
    display: none;
}
.herosection-texts{
    width: 100%;
    text-align: center;
    justify-items: center;
    padding: 20px 24px;

}
    .herosection-texts h1{
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    margin-top: 5px;
}
    .herosection-texts p{
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 1.3;
}
.herosection-button{
    padding: 10px 10px 10px 20px ;
    gap: 60px;
    margin-top: 20px;
    font-size: 11px;
    width: 50%;
}
.herosection-img{
     content: url('images/Group 15.png');
    width: 80%;
    margin-top: 32px;
    margin-bottom: 50px;
}
.statistics{
    background-color: #053333;
    margin: 0px 30px;
    border-radius: 9px;
    color: #FBFFE4;
    display: flex;
    flex-direction: column;
    padding: 55px 24px;
    align-items: center;
    
}
.stats-content p{
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.stats-number{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 20px;
    margin: 30px;
    
}
.stats-each{
    border-radius:6px;
    border: 1px solid #D5F5224D ;
    text-align: center;
    padding: 11px 32px;
    width: 250px;
}
.Why-CardExpress-container{
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.Why-CardExpress-content{
    width: 100%;
}
.Why-CardExpress-header{
    font-size: 32px;
}
.listitem-text{
    display: flex;
    flex-direction: column;
}
.Why-CardExpress-listitem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    
}
.Why-CardExpress-image{
    width: 100%;
    margin-top: -100px;
    margin-bottom: 30px;
}
.our-services{
   width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
 
}
.our-services-container{
    padding: 24px;
}
.our-services-header{
    font-size: 32px;}
.our-services-info{
    font-size: 18px;
    width: 100%;
    text-align: left;
}
.How-It-Works-container{
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
}
.How-It-Works-content{
    width: 100%;
}
.How-It-Works-header{
    font-size: 35px;
    width:100%;
}
#greypsecond{
    font-size: 16px;
    font-weight: 400;
    color: #6F7680;
    width:100%;
    margin-top: 6px;
}
.How-It-Works-image{
    width: 100%;
}
.How-It-Works-img{
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}



.testimonial-container{
    background-color:#ffffff ;
    padding: 70px 24px;

}

.testimonial-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.testimonial-left-side{
    width: 100%;
}
.testimonial-header{
    font-size: 36px;
    width: 100%;

}
.testimonial-info{
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

.testimonial-right-side{
   width: 100%;
   padding:  10px;
   border-radius: 30px;
   margin-top: 50px;
 
}
.testimony{
    font-size: 16px;
    font-style: italic;
    color: #3F3D56;
    line-height: 1.5;
    text-align: justify;
   
}
.title{
    font-size: 16px;
    
}
.testimonial-testimony{
   justify-content: center;
   background-color: #FFFFFF6E;
   padding: 20px;
   border-radius: 20px;
}


.testimony-person{
    display: flex;
    gap: 10px;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
}

footer{
    background-color: #053333;
    padding: 60px 24px;
}
.footer-content{
    background-color:#FBFFE4 ;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.footer-logo{
    width: 90%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.footer-content-left{
    width: 100%;
}
.footer-info{
    width: 100%;
    font-size: 16px;;
}
.footer-content-right{
    width: 100%;
    background-color: #053333;
    padding:  50px 20px;
    border-radius: 20px;
}
.subscribe-header{
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
}
.subscribe-subtext{
     font-size: 16px;
    width: 100%;
}
.email-input{
    margin-top: 0px;
    padding-bottom: 10px;
}
.email-input input{
    width: 100%;
    padding: 20px 60px;
    border-radius: 57px;
}
.Subscribe{
    background-color: #D5F522;
    color: #053333;
   padding: 20px 60px;
     border-radius: 57px;
    border: 0px solid ;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(1px)  translateY(6px);
    transition: 0.3s;
    width: 100%;

}
.Subscribe:hover{
    background-color: #809314;
}
}
