.home-gym-desc-container {
  margin: 50px 0 20px 0;
  display: flex;
  flex-direction: column;
}

.home-gym-heading {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}

.highlight-form-container {
  display: flex;
}

.home-gym-highlight-cont {
  width: 60%;
}

.home-gym-form-cont {
  width: 40%;
  padding: 15px;
}

.home-gym-highlights {
  padding: 10px;
}

.highlight-label {
  padding-bottom: 8px;
  font-weight: bold;
}

.highlight-item {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.highlight-item i {
  font-size: 25px;
  display: flex;
}

.home-gym-form {
  padding: 25px;
  background: white;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.form-submit-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  color: white;
  border: none;
  width: fit-content;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 1024px) {
  .highlight-form-container {
    flex-direction: column;
  }

  .home-gym-highlight-cont,
  .home-gym-form-cont {
    width: auto;
  }
}
