h1,h2,h3,h4{

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


.heading{
    text-align: center;
    padding: 100px 0 80px 0;
    font-weight: 900;
    color: #0F0F3F;
    line-height: 1em;
}

span{
    color:#2ea3f2;
}

p{
    line-height: 2rem;
    
}

.pad{
   padding: 20px 0 20px 0;
}

.pyd1{
  padding: 10px 0 10px 0;
}

.bd-data{
font-weight: 600;
color: black;
}

.hero {
    height: 100vh;
    position: relative;
    color: #fff;
  }
  .hero .hero-content {
    text-align: center;
    position: absolute;
  }

  .bg-image {
    background-repeat: no-repeat;
    
    background-size: 40%;
    background-position: center center;
    background-color: #190d68;
    background-image: url(img/blog/adz1-removebg-preview.png)
  }