.enterprise {
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}

.enterprise_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.enterprise_word {
  margin-block: 47px 24px;
  font-weight: 600;
  font-size: 24px;
}

.enterprise_h {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.enterprise_p {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.enterprise_button {
  margin-bottom: 146px;
  border-radius: 8px;
  width: 224px;
  height: 44px;
  background: #02897a;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: none;
}

@media screen and (min-width: 1100px) {
  .enterprise_button {
    margin-bottom: 345px;
  }
}
