.heading {
  text-align: center;
}

.heading-image {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.small-text-top {
  font-family: "Satisfy", cursive;
  font-size: 50px;
  color: #00b7d6;
  margin-top: 0;
}
.big-heading h1{
  margin: 15px 0 40px 0;
}
.big-heading h4{
  margin: 0;
}

.big-heading .topH-blue{
  color: #00b7d6;
}

.big-heading .topH-white{
  color: white;
}

.big-heading p{
  color: #464646;
}

.big-heading-w h1,
.big-heading-ww h1,
.big-heading-ww h4,
.big-heading-w p,
.big-heading-ww p{
  color: white;
}

.big-heading-home .heading-image {
  padding-bottom: 185px;
  padding-top: 185px;
}

/* .big-heading{
  font-weight: bold;
  font-size: 100px;
  color: white;
  margin-top: 0;
  margin-bottom: 40px;
} */

.small-text-bottom {
  font-weight: 500;
  color: white;
  align-items: center;
  max-width: 650px;
  margin: auto;
}

/* 

@media all and (max-width: 1690px) { 
  
}
@media all and (max-width: 1024px) { 

}
@media all and (max-width: 768px) {
  .small-text-top{
    font-size: 40px;
  }
  .big-heading{
    font-size: 57px;
  }
}
@media all and (max-width: 425px) {
  .small-text-top{
    font-size: 30px;
  }
  .big-heading{
    font-size: 50px;
  }
}
@media all and (max-width: 375px) {
  .small-text-top{
    font-size: 30px;
  }
  .big-heading{
    font-size: 42px;
  }
} */
