.words {
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 80px;
}

.words-header {
  width: 100%;
  text-align: center;
}

.words-header h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
}

.words-content {}

.words-content-cloud {
  background-image: url('./images/1600.svg');
  height: 617px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .words-content-cloud {
    background-image: url('./images/1600.svg');
    width: 1120px;
    height: 479px;
  }
  .words-header h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .words-content-cloud {
    background-image: url('./images/1024.svg');
    width: 889px;
    height: 380px;
  }
  .words-header {}
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .words-content-cloud {
    background-image: url('./images/640.svg');
    width: 571px;
    height: 506px;
  }
  .words {
    gap: 32px;
  }
  .words-header h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .words-content-cloud {
    background-image: url('./images/375.svg');
    height: 617px;
    width: 100%;
  }
  .words {
    gap: 32px;
  }
  .words-header h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
  }
}