.wp-block-cble-block-newsletter {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  margin-top: 100px;
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 1000px) {
  .wp-block-cble-block-newsletter {
    background: #d8f3ea;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter {
    flex-wrap: wrap;
  }
}
.wp-block-cble-block-newsletter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 20px;
  background: #d8f3ea;
  z-index: -1;
  width: 100%;
  max-width: 1195px;
}
.wp-block-cble-block-newsletter .img {
  flex: none;
  margin-right: 40px;
  max-width: 100%;
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .wp-block-cble-block-newsletter .img {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter .img {
    width: 400px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
}
.wp-block-cble-block-newsletter .text {
  position: relative;
  padding-left: 20px;
  max-width: 100%;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter .text {
    text-align: center;
    padding: 0 20px;
  }
}
.wp-block-cble-block-newsletter .text h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 20px;
  margin-top: 0;
}
.wp-block-cble-block-newsletter .text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.wp-block-cble-block-newsletter .text .block-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wp-block-cble-block-newsletter .text .block-form input {
  width: 400px;
  height: 80px;
  background: #FFFFFE;
  border-radius: 10px;
  border: 0;
  outline: 0;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter .text .block-form input {
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
}
.wp-block-cble-block-newsletter .text .block-form button {
  display: flex;
  width: 188px;
  height: 80px;
  align-items: center;
  padding-left: 40px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFE;
  position: relative;
  background: #06845A;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
.wp-block-cble-block-newsletter .text .block-form button::after {
  content: '\2192';
  position: absolute;
  top: 26px;
  right: 40px;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter .text .block-form button {
    height: 60px;
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .wp-block-cble-block-newsletter .text .block-form button::after {
    position: relative;
    top: -2px;
    right: 0;
    margin-left: 10px;
  }
}
.wp-block-cble-block-newsletter .text .loader {
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  color: red;
}
.wp-block-cble-block-newsletter.left {
  flex-wrap: wrap;
  background: #d8f3ea;
}
.wp-block-cble-block-newsletter.left .img {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 20px;
}
.wp-block-cble-block-newsletter.left .img img {
  margin: 0 auto;
}
.wp-block-cble-block-newsletter.left .text {
  padding: 0 20px;
  text-align: center;
}
.wp-block-cble-block-newsletter.left .text .block-form input {
  margin-right: 0;
  width: 100%;
  height: 60px;
}
.wp-block-cble-block-newsletter.left .text .block-form button {
  height: 60px;
  width: 100%;
  padding-left: 0;
  justify-content: center;
}
.wp-block-cble-block-newsletter.left .text .block-form button::after {
  position: relative;
  top: -2px;
  right: 0;
  margin-left: 10px;
}
.wp-block-cble-block-newsletter.right {
  background: #d8f3ea;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter.right {
    flex-wrap: wrap;
  }
}
.wp-block-cble-block-newsletter.right .img {
  flex: none;
  margin-right: 20px;
  max-width: 100%;
  width: 300px;
}
@media screen and (max-width: 1300px) {
  .wp-block-cble-block-newsletter.right .img {
    width: 150px;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter.right .img {
    width: 400px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-newsletter.right .text {
    text-align: center;
    padding: 0 20px;
    flex: none;
  }
  .wp-block-cble-block-newsletter.right .text .block-form input {
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
  .wp-block-cble-block-newsletter.right .text button {
    height: 60px;
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .wp-block-cble-block-newsletter.right .text button::after {
    position: relative;
    top: -2px;
    right: 0;
    margin-left: 10px;
  }
}