.hero-section{
    padding: 200px 0px 100px;
    background: #FAF9FF;
}
.hero-heading{
    font-family: var(--paytone);
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    color: #504EE4;
}
.hero-subheading{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #000000; 
    margin-bottom: 32px;
    width: 90%;
}
.credit-card{
    margin-top: 30px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #343434;
}

.credit-card img{
    margin-right: 12px;
}
.hero-img{
    transform: scale(1.2);
    position: relative;
    left: -70px;
}
.email-validation-section-box{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.email-validation-section{
    width: 730px;
}
.para{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    color: #6D6D6D;

}
.heading-h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #0D144A;
    margin-top: 64px;
    margin-bottom: 24px;
}


.heading-h3{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.01em;
    color: var(--color-blue) ;
    margin-bottom:24px;
}
.heading-h3 a{
    color: var(--color-blue) ;
}
.para-link{
    font-weight: 400;

    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
}
.product-img{
    margin: 40px 0px 70px;
}
.ul-list{
    margin-left: 40px;
}
.ul-list li{
    padding-left: 10px;
    margin-bottom: 12px;
    color: #6D6D6D;
    font-size: 18px;
}
.send-email-box{
    width: 100%;
    background: white;
    margin: 40px 0px 80px;
    border-radius: 8px;
    padding: 40px 0px;
    width: 750px;
    background: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.send-email-title {
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.send-email-title2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    .email-validation-section {
        width: 100%;
        padding: 0px 20px;
    }
    .send-email-box {
        width: 100%;
    }
    .hero-img {
        transform: scale(1);
        position: relative;
        left: 0px;
        margin-bottom: 70px;
    }
    .hero-subheading {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.01em;
       margin-bottom: 32px;
       
    }
  }



