/* .row .col {
	padding: 0 !important;
} */

.heading-h1-style {
  font-size: clamp(45px, 5vw, 75px);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  animation: fadeZoomIn 1.5s ease forwards;
}
.heading-style-h2 {
  font-size: clamp(30px, 3vw, 45px);
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px;
  color: #fff;
  font-family:
    Work Sans,
    sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.heading-style-h3 {
  font-size: clamp(29px, 3vw, 43px);
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.5;
}
.content-style-p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}
