.block_newsletter form {
    position : relative
}

.block_newsletter form input[type=text] {
    border    : none;
    padding   : 10px;
    min-width : 255px;
    color     : var(--color-grey-font-default);
    border    : 1px solid rgba(0, 0, 0, .25)
}

.block_newsletter form input[type=text]:focus {
    outline    : 3px solid #2fb5d2;
    color      : var(--color-black-default);
    background : #fff
}

.block_newsletter form input[type=text]:focus + button .search {
    color : #2fb5d2
}

.block_newsletter form button[type=submit] {
    position   : absolute;
    background : none;
    border     : none;
    bottom     : .3125rem;
    right      : .125rem;
    color      : var(--color-grey-font-default)
}

.block_newsletter form button[type=submit] .search:hover {
    color : #2fb5d2
}

.block_newsletter p {
    padding-top : .625rem
}

.block_newsletter form .input-wrapper {
    overflow : hidden
}

.block_newsletter form input[type=email] {
    padding : 11px;
    width   : 100%;
    max-width: 400px;
    height: 55px;
    color: #004B49;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    border: none;
}

.block_newsletter form input[type=email]:focus {
    border  : 3px solid var(--input-focus-color);
    padding : 8px 8px 9px;
    outline : 0
}

.block_newsletter form input {
    height     : 55px;
}

.block_newsletter form input[type="submit"] {
  box-shadow : none ;
  color: #FDE9DB;
  text-align: center;
  font-family: Elsie;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section__title-content.newsletter {
  position: relative;
}

.deco-isolation-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.deco-logo-in-nl {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 1;
}

.deco-human-right {
  position: absolute;
  right: 180px;
  bottom: 0;
  z-index: 2;
}

.deco-flower-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.deco-logo {
  position: absolute;
  top: 0;
  left: 70px;
}

@media (max-width: 768px) {
  .deco-flower-left,.deco-logo {
    display: none;
  }

  .section__title-content.newsletter {
    height: 500px;
    overflow: hidden;
  }

  .deco-human-right img {
    display: none;
  }
  .deco-isolation-right img {
    width: 85%;
  }

  .deco-isolation-right {
    right: -20px;
  }

  .deco-human-right {
    width: fit-content;
    right: 50%;
    transform: translateX(50%);
  }

  .section__title-content.newsletter .c-title {
    font-size : 26px !important;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px){
  .deco-human-right,.deco-logo {
    display: none;
  }
}
