.faqBannersec{
    padding: 50px 0 57px;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
}
.faqBannersec h1{
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
        color: #1C3D5A;
}
.faqBannersec p{
    font-family: Lato;
font-weight: 500;
font-size: 17px;
line-height: 180%;
letter-spacing: 0%;
text-align: center;
color: #6B6E98;
max-width: 943px;
margin: 0 auto;

}
.faqSection{
    margin-top: 50px;
    margin-bottom: 136px;
}
.faqSecWrap{
    max-width: 750px;
    margin: 0 auto;
}
.faq-card{
    position: relative;
}
.faq-card + .faq-card {
    margin-top: 55px;
}
.faqCardwrap{
    background-color: #F5fffb;
    border: 1px solid #C2F2E0;
    border-radius: 16px;
    padding: 30px 90px;
}
.card-head h3,
.card-head p{
font-family: Lato;
font-weight: 700;
font-size: 17px;
line-height: 100%;
letter-spacing: 0%;
padding-bottom: 17px;
border-bottom: 1px solid #C2F2E0;
margin-bottom: 15px;
color: #1C3D5A;
}
 .card-para ul li,
.card-para p{
    font-family: Lato;
font-weight: 500;
font-size: 16px;
line-height: 170%;
 position: relative;
color: #6B6E98;
}
.card-para a{
    color: #4989F5;
    text-decoration: underline;
}
.card-para a:hover{
    text-decoration: none;
}
.card-para ul{
      margin: 12px 0;
    list-style: none;
    padding-left: 22px;
}
.card-para ul li + li{
margin-top: 12px;
}
.card-para ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #6B6E98;
    border-radius: 100%;
    top: 10px;
    left: -15px;
    position: absolute;

}
.faqCardwrap::after {
   content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -28px;
    left: 74px;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 30px solid #F5fffb;
}

.faqCardwrap::before {
      content: '';
    position: absolute;
    bottom: -30px;
    left: 73px;
    width: 0;
    height: 0;
    border-left: 29.5px solid transparent;
    border-right: 29.5px solid transparent;
    border-top: 31px solid #c2f2e0;
}
@media(max-width:575px){
.faqCardwrap {
 
    padding: 25px 20px;
}
    .faqCardwrap::after {
           content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -19px;
    left: 74px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 21px solid #F5fffb;
    }
    .faqCardwrap::before {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 73px;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 23px solid #c2f2e0;
    }
    .card-head h3,
    .card-head p{
        font-size: 16px;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
    .card-para ul li, .card-para p{
        font-size: 14px;
    }
    .card-para ul {
        margin: 9px 0;
        padding-left: 19px;
    }
    .card-para ul li + li {
        margin-top: 10px;
    }
    .faq-card + .faq-card {
    margin-top: 37px;
}
.faqBannersec h1{
       font-size: 27px; 
}
.faqBannersec p{
        font-size: 15px;
}
}