#block-welcometext .field--type-text-with-summary {
  padding: 22px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 40px;
}
#block-welcometext .field--type-text-with-summary div {
  margin: 0;
}
#block-welcometext .field--type-text-with-summary div h4 {
  font-weight: 500;
  font-size: 32px;
  color: #555;
  margin: 0px 0px 30px 0px;
}

#block-welcometext .field--type-text-with-summary div p {
  line-height: 2;
}
/* #block-welcometext .field--type-text-with-summary div:last-child h4 {
  margin: 50px 0px 30px 0px;
} */
@media (max-width: 90.8333em) {
  #block-welcometext .field--type-text-with-summary div h4 {
    font-size: 28px;
  }
  #block-welcometext .field--type-text-with-summary div p {
    font-size: 16px;
  }
}

@media (max-width: 60.8333em) {
  #block-welcometext .field--type-text-with-summary div h4 {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
  }
  #block-welcometext .field--type-text-with-summary div p {
    font-size: 12px;
  }
}

@media (max-width: 50em) {
  #block-welcometext .field--type-text-with-summary {
    padding: 56px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #block-welcometext .field--type-text-with-summary div {
    text-align: center;
  }

  #block-welcometext .field--type-text-with-summary div:last-child h4 {
    margin: 50px 0px 30px 0px;
  }
}

@media (max-width: 400px) {
  #block-welcometext .field--type-text-with-summary div h4 {
    font-size: 20px;
  }
  #block-welcometext .field--type-text-with-summary div p {
    line-height: 1.5;
    font-size: 12px;
  }
}
