.join_container {
  border-radius: 32px;
  width: 371px;
  height: 688px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #02897a;
  margin-block: 100px;
  gap: 32px;
  padding-inline: 21px;
  padding-top: 17px;
}

@media screen and (min-width: 768px) {
  .join_container {
    flex-direction: row;
    gap: 20px;
    width: 704px;
    height: 450px;
    padding-inline: 51px 23px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1100px) {
  .join_container {
    margin-block: 150px;
    width: 968px;
    height: 345px;
  }
}

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

@media screen and (min-width: 1100px) {
  .join_text {
    align-items: start;
  }
}

.join_h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 151%;
  text-align: center;
  color: #fff;
  margin-bottom: 57px;
}

@media screen and (min-width: 768px) {
  .join_h2 {
    margin-bottom: 47px;
    text-align: start;
  }
}

.join_button {
  border-radius: 8px;
  width: 150px;
  height: 50px;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #02897a;
  border: none;
}
