a.nav-link {
    color: rgb(0,0,0,1) !important;
}
#pricing-button{
    font-family: 'Nunito Sans', sans-serif;
    font-size:23px;
    font-weight:400;
    padding:15px 50px;
    border-radius:35px;
    background-color: #1492E6 !important;
    box-shadow: 0px 16px 48px #00000029;
    margin:10px;

}
.first-para{
    font-size:16px;
    font-family:'Nunito Sans', sans-serif;
    margin-bottom:0px;
    padding-left:0px;
    color:#000000;
}

.first-heading  h2{
    font-family:Nunito Sans;
    font-size:38px;
    font-weight:900;
    color:#000000;
}

h6{
    font-family: 'Nunito Sans', sans-serif;
    font-size:18px;
    font-weight:400;
 
}

#second-heading{
    font-family:Nunito Sans;
    font-size:35px;
    font-weight:bold;
    margin-top:24px;
    padding-top:30px;
    color:#000000;
}
.card-heading{
    font-family: 'Nunito Sans', sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#000000; 
    text-align: justify;
}
.card{
    border:none;
    border-radius:18px;
    box-shadow:0px 3px 6px #00000029;
}

.images{
    width:190px;
    height:190px;
}

.logo-card-heading{
          font-family:'Nunito Sans', sans-serif;
          font-size:24px;
          font-weight:bold;
          color:#000000;
}
.logo-card-para{
    font-family: 'Nunito Sans', sans-serif;
    font-size:21px;
    color:#000000; 
  
}
.background-card-heading{
        font-family:'Nunito Sans', sans-serif;
        font-size:25px;
        font-weight:900;
        color:#000000;
        margin-left:0px;
}
.container{
    position:relative;
    height:380px;
    border-radius:42px;
    box-shadow: 0px 16px 48px #00000029;
    background-color: #F8FAFC;
}
p{
    font-size:13px;
    font-family:'Nunito Sans', sans-serif;
    margin-bottom:0px;
    padding-left:0px;
    color:#000000;
}
.person-card{
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 16px 48px #00000029;
}

.chevron{
    position:absolute;
    top:240px;
    left: 97%;
    width:60px;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 17px #00000029; 
    padding:10px 35px 10px 20px;
    font-size: 30px;
    
   
}
.icon{
    color:#707070;
}
.footer{
    background-color: #000000;
    height:364px;
    margin-top:150px;
   
}
.copyright-text{
    font-size:18px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom:52px;
}


