.overwhelm {
  background: linear-gradient(
    245.76deg,
    rgba(167, 232, 255, 0.49) -19.06%,
    rgba(179, 235, 255, 0.084) 100%
  );
  display: flex;
  align-items: center;
  border-radius: 60px;
  padding: 90px 9px;
}
.overwhelm-section {
  margin-top: 70px;
}
.overwhelm-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 8px;
}
.overwhelm-content-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.03em;
  margin-top: 12px;
  margin-bottom: 28px;
}
@media all and (max-width: 1200px) {
  .overwhelm-image {
    width: 270px;
  }
}
@media all and (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  .overwhelm-image {
    width: 270px;
  }
}
@media all and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .overwhelm-image.chair {
    display: none;
  }

  .overwhelm {
    padding-right: 90px;
  }
}
@media all and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .main-section-menu-download.overwhelm-download {
    display: flex;
  }
}
@media only screen and (max-width: 765px) {
  .overwhelm {
    display: flex;
    flex-direction: column-reverse;
    padding: 55px 9px 8px;
  }
  .overwhelm-section {
    margin-top: 33px;
  }
  .overwhelm-image.chair {
    display: none;
  }

  .overwhelm-content-text {
    margin-top: 9px;
    margin-bottom: 27px;
  }
}
