.simple-header-block { 
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  background: linear-gradient(45deg, #cdad84 0%, rgba(241,241,230,1) 54%);
}
  
.simple-header-block .layout-s {
  padding-bottom: 70px;
  padding-top: 70px;
}

.simple-header-block .title {
  display: flex;
  gap: 25px;
  margin-bottom: 1.15rem;
  align-items: flex-start; 
}

.simple-header-block .title > img {
  width: 65px;
  height: 65px;
  transform: translateY(10px);
}

.simple-header-block .title > h1 {
  margin: 0;
  line-height: 1.25;
}

.simple-header-block h1 {
  margin: 0 0 10px;
  max-width: 680px;
}

.simple-header-block p {
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.75;
  font-family: 'RobotoRegular', sans-serif;
  margin-top: 3rem;
  margin-bottom: 0;
  max-width: 674px;
}

.simple-header-block p.subline {
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.2;
  font-family: 'RobotoRegular', sans-serif;
  margin-top: 0;
  color: #463D27;
}

.simple-header-block a {
  margin-top: 2rem;
}

@media only screen and (max-width: 1380px) { 

}

@media only screen and (max-width: 870px) { 
  .simple-header-block .title > h1 { 
    line-height: 1.2;
    hyphens: auto;
    word-break: break-word;
  }
  .simple-header-block .title { 
    flex-direction: column;
  }
}

.block-editor-block-list__block .simple-header-block {
  max-width: 100%;
  width: 100%; 
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  box-sizing: border-box;
}

.block-editor-block-list__block .simple-header-block > div > a.btn-primary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: fit-content;
  min-height: 56px;
  font-family: 'RobotoRegular', sans-serif;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  /* transition: all 0.5s linear; */
  margin-top: 20px;
  position: relative;
  font-size: calc(18 / 16 * 1rem);
  background: #463D27;
  color: #ffffff;
  width: fit-content;
  padding: 2px 30px;
  gap: 15px;
}