.newsItemBlock {
  background: #feefec;
  padding: 4rem 6rem;
  position: relative;
}

.newsItemBlock div {
  border-radius: 20px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 2rem;
}

.newsItemBlock div img {
  max-width: 100%;
}

.newsItemBlock h1 {
  color: #ee8e7f;
  font-size: 2em;
}

.backhome {
  color: white;
  background: #f09683;
  border: none;
  border-radius: 30px;
  padding: .6rem 2rem;
  text-decoration: none;
  outline: none;
}

.backhome:hover {
  background:#e25555;
}

iframe {
  width: 100%;
  height: -webkit-fill-available;
}

.newsItemBlock p {
  word-wrap: break-word !important;
  height: auto;
}

@media screen and (max-width: 420px) {
 .newsItemBlock {
  padding: 2rem 1rem!important;
 }
 .newsItemBlock div {
  width: 80%;
  padding: 1rem;
 }
  iframe {
    width: 100%;
    height: auto;
  }
}
