.awardHead {
  padding: 35px 0px;
  font-family: "Montserrat", sans-serif;
}
.awardHead .awardHeading {
  color: #000;
  font-weight: 800;
  background: transparent;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  padding: 0px;
  font-size: 34px;
}
.awardHead .dataImage {
  height: 159px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.awardHead .dataImage img {
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}

.btnWrapper {
  text-align: center;
  margin-top: 40px;
}
.btnWrapper a {
  background: #e70033;
  color: #fff;
  border-radius: 50px;
  padding: 8px 30px;
  text-transform: uppercase;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease 0.1s;
  font-size: 14px;
  font-weight: bold;
}/*# sourceMappingURL=awardWinning.module.css.map */