*{
    margin: 0;
    padding: 0;
}
.S1{
    margin-top: 8rem;
    justify-content: center;
    text-align: center;
}
.S1-heading{
    font-size: 4rem;
    font-weight: 700;
}
.S1-head{
    color: var(--primary);
}
.S1-para{
    font-size: 1.6rem;
    color: #94A3B8;
}    
.S2{
    margin-top: 14rem;
    margin-left: 7rem;
    margin-bottom: 6rem;
}
.S3{
    /* margin-top: 14rem; */
    margin-left: 7rem;
    margin-bottom: 6rem;
}
.S4{
    /* margin-top: 14rem; */
    margin-left: 7rem;
    margin-bottom: 10rem;
}
/* .S2-H{
    text
} */
.S2-heading{
    color: white;
    font-size: 4rem;
    font-weight: 700;
    margin-left: 3.3rem;
    margin-bottom: 3rem;
}
.S2-head{
    color: var(--primary);
}
.S2-cards{
    display: flex;
    justify-content: center;
}
.card{
    height: 71rem;
    width: 38rem;
    background-color: #FFFFFF10 !important;
    border-radius: 1.6rem;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 5.6rem;
}
.card-img{
    margin: 2rem 2rem 0.5rem 3rem;
    height: 22rem;
    width: 31rem;
    justify-content: center;
    padding-top: 1rem;
}
.card-head1{
    color: var(--primary);
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 0px;
    margin-left: 2rem;
}
.card-head2{
    color: white;
    /* margin-top: 0rem; */
    font-size: 2.5rem;
    font-weight: 700;
    margin-left: 2rem;
}
.card-list{
    list-style-type: none;
}
.card-listItem{
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: lighter;
}
.card-bullet{
    background-color: var(--primary);
    border-radius: 50%;
    margin-right: 1rem;
    padding: 0.5rem;
}
.card-button{
    margin-bottom: 2rem;
    margin-left: 4rem;
    /* margin-right: 20rem; */
    /* padding-top: 1rem;
    padding-bottom: 2rem; */
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}
