div.paragraph--type--scen-description-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  margin: 0px auto;
  height: auto !important;
  padding: 5rem 0rem 0rem 0rem !important;
}

div.paragraph--type--scen-description-section strong {
  color: var(--orange);
  font-weight: 500;
}

div.paragraph--type--scen-description-section img {
  width: 160px;
  margin-bottom: 3rem;
}

div.paragraph--type--scen-description-section p {
  font-weight: 300;
}

/* text */
div.paragraph--type--scen-description-section div:nth-child(2) {
  padding: 0 15px;
}

@media (min-width: 576px) {
  div.paragraph--type--scen-description-section p {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  div.paragraph--type--scen-description-section {
    max-width: 970px;
  }
  div.paragraph--type--scen-description-section img {
    width: 240px;
    margin-bottom: 3rem;
  } 

  div.paragraph--type--scen-description-section p {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (min-width: 1400px) {
  div.paragraph--type--scen-description-section {
    max-width: 1280px;
  }
  div.paragraph--type--scen-description-section img {
    width: 320px;
    margin-bottom: 3rem;
  }

  div.paragraph--type--scen-description-section p {
    font-size: 40px;
    line-height: 56px;
  }
}
