* {
    font-family: "Poppins", sans-serif;
}
.first-sec {
    background-color: #f3f4f4;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
    padding-bottom: 5%;
}
.para{
    font-size: 45px;
    text-align: center;
    font-weight: 500;
}
.span{
    font-size: 45px;
    text-align: center;
    font-weight: 700;
}
.banner-img{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
}
.para1{
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.para2{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.btn-div{
    text-align: center;

}
.num-btn{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
    border: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(47, 158, 233);
    box-shadow: 0px 3px 0px 0px rgb(0, 120, 158);
}
.terms{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10%;
    font-weight: 600;
}
.last-para{
    font-size: 12px;
    text-align: center;
    width: 100%;
    max-width: 870px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .para, .para1 {
        font-size: 20px;
    }
    .span, .para2{
        font-size: 25px;
    }
    .first-sec {
        height: 45vh;
    }
    .num-btn{
        margin-top: 20px;
    }
    .last-para {
        font-size: 10px;
    }
}
