.wp-block-cardoza-block-newsletterwhite {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  padding: 10px;
  margin-top: 70px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.wp-block-cardoza-block-newsletterwhite .img {
  flex: none;
  margin-right: 40px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .wp-block-cardoza-block-newsletterwhite .img {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite .img {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
    text-align: center;
  }
}
.wp-block-cardoza-block-newsletterwhite .text {
  position: relative;
  padding-left: 20px;
  max-width: 100%;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite .text {
    text-align: center;
    padding: 0 20px;
  }
}
.wp-block-cardoza-block-newsletterwhite .text h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
  margin-top: 0;
}
.wp-block-cardoza-block-newsletterwhite .text p {
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}
.wp-block-cardoza-block-newsletterwhite .text p.copy {
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 0;
}
.wp-block-cardoza-block-newsletterwhite .text .block-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wp-block-cardoza-block-newsletterwhite .text .block-form label {
  display: block;
  width: 100%;
  font-size: 10px;
}
.wp-block-cardoza-block-newsletterwhite .text .block-form input {
  width: 400px;
  height: 40px;
  background: #FFFFFE;
  border-radius: 10px;
  border: 0;
  outline: 0;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #D2D2D2;
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite .text .block-form input {
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
}
.wp-block-cardoza-block-newsletterwhite .text .block-form button {
  display: flex;
  width: 141px;
  height: 40px;
  align-items: center;
  padding-left: 40px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFE;
  position: relative;
  background: #00B871;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite .text .block-form button {
    height: 60px;
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
}
.wp-block-cardoza-block-newsletterwhite .text .loader {
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  color: red;
}
.wp-block-cardoza-block-newsletterwhite.left {
  flex-wrap: wrap;
  background: #FFFCF2;
}
.wp-block-cardoza-block-newsletterwhite.left .img {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 20px;
}
.wp-block-cardoza-block-newsletterwhite.left .img img {
  margin: 0 auto;
}
.wp-block-cardoza-block-newsletterwhite.left .text {
  padding: 0 20px;
  text-align: center;
}
.wp-block-cardoza-block-newsletterwhite.left .text .block-form input {
  margin-right: 0;
  width: 100%;
  height: 60px;
}
.wp-block-cardoza-block-newsletterwhite.left .text .block-form button {
  height: 60px;
  width: 100%;
  padding-left: 0;
  justify-content: center;
}
.wp-block-cardoza-block-newsletterwhite.left .text .block-form button::after {
  position: relative;
  top: -2px;
  right: 0;
  margin-left: 10px;
}
.wp-block-cardoza-block-newsletterwhite.right {
  background: #FFFCF2;
}
@media screen and (max-width: 1000px) {
  .wp-block-cardoza-block-newsletterwhite.right {
    flex-wrap: wrap;
  }
}
.wp-block-cardoza-block-newsletterwhite.right .img {
  flex: none;
  margin-right: 20px;
  max-width: 100%;
  width: 300px;
}
@media screen and (max-width: 1300px) {
  .wp-block-cardoza-block-newsletterwhite.right .img {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-cardoza-block-newsletterwhite.right .img {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite.right .img {
    width: 400px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cardoza-block-newsletterwhite.right .text {
    text-align: center;
    padding: 0 20px;
    flex: none;
  }
  .wp-block-cardoza-block-newsletterwhite.right .text .block-form input {
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
  .wp-block-cardoza-block-newsletterwhite.right .text button {
    height: 60px;
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .wp-block-cardoza-block-newsletterwhite.right .text button::after {
    position: relative;
    top: -2px;
    right: 0;
    margin-left: 10px;
  }
}
