.brnd-join_newsletter-wrap {
  position: relative;
  width: 100%;
}

.brnd-join_newsletter-bg {
  display: block;
  width: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.brnd-join_newsletter-bg-top {
  top: 0;
  transform: translateY(-100%);
}

.brnd-join_newsletter-bg-bottom {
  bottom: 0;
  transform: translateY(100%);
}

.brnd-join_newsletter-container {
  padding: 75px 20px;
  background: var(--brnd-lighter-gray);
}

.brnd-join_newsletter-content {
  max-width: 1270px;
/*  color: white;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
}
.wpcf7-response-output {
    width: 100%;
    margin: 20px !important;
}

.brnd-join_newsletter-title {
  line-height: 1.2;
	font-size: 36px;
	font-weight: 700;
}

.brnd-join_newsletter-subtitle {
	font-size: 18px;
}

.brnd-join_newsletter-text {
	font-size: 16px;
  max-width: 600px;
  margin: auto;
}

.brnd-join_newsletter-form {
	max-width: 900px;
	margin: auto;
}

.brnd-join_newsletter-form .brnd-cf7-col-3 {
	padding: 10px;
}

.brnd-join_newsletter-form .brnd-white-submit .wpcf7-submit {
	padding-right: 40px !important;
	background: white url(../../img/newsletter-submit.svg) 90% center no-repeat !important;
	color: var(--brnd-primary-blue) !important;
	font-family: var(--brnd-primary-font-family);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 0 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: var (--brnd-light-gray);
}

@media screen and (max-width: 983px) {
	.brnd-join_newsletter-wrap {
		width: 100%;
		height: 600px;
		background-size: auto 600px;
	}
	.brnd-join_newsletter-form .w2llead {
		padding: 20px;
	}
	.brnd-join_newsletter-form .brnd-cf7-col-3 {
		min-width: 0 !important;
		width: calc(50% - 5px) !important;
		margin-bottom: 2px;
	}

	.brnd-join_newsletter-form .brnd-cf7-col-3.brnd-cf7-email {
		width: 100% !important;
	}

	.brnd-join_newsletter-form .brnd-white-submit {
		padding-top: 4px !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 650px) {
	.brnd-join_newsletter-wrap {
		width: 100%;
		height: 800px;
		background-size: auto 800px;
	}
	.brnd-join_newsletter-form .brnd-cf7-col-3 {
		min-width: 0 !important;
		width: 100% !important;
		margin-bottom: 2px;
	}
}
