#logo-nav-pro h3 {
  margin: 25px 0 0 30px;
}
.imageTop {
  position: relative;
}
.imageTop img {
  min-height: 400px;
  object-fit: cover;
}
.imageTop h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  text-align: center;
  width: 100%;
  max-width: 600px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.product-item img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}
.careerBox {
  text-align: center;
}
.careerBox img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}
.environment .col-md-3 {
  margin-bottom: 20px;
}
.environment .col-md-3 img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}
.progression-studios-related-index-list img {
  width: 100%;
  margin-bottom: 20px;
}
#contactForm label {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
#contactForm .error-message {
  color: red;
}
.privacy strong {
  font-size: 1.3rem;
}
.applyBox {
  padding: 10px 20px;
  background-color: #5be592;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 4px;
}
/*# sourceMappingURL=styele.css.map */