.paragraph--type--campaign-hero-form {
    background-color: #F4F5F9;
    padding-bottom: 20px;
}

@media print, screen and (min-width: 40em) {
    .paragraph--type--campaign-hero-form {
        top: 0px;
        padding-bottom: 70px;
    }
}
.paragraph--type--campaign-hero-form {
    margin: 0 auto;
  	margin-bottom: 0;
    top: 0px;
    width: 100%;
    position: relative;
}


  .paragraph--type--member-agent-spotlight {
    padding-top: 70px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight {
      padding-top: 40px;
    }
  }
  
  

  .paragraph--type--member-agent-spotlight {
   margin-bottom: 0;
   background-color: #F4F5F9;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight {
     margin-bottom: 0;
     background-color: #F4F5F9;
    }
  }
  
  .paragraph--type--image-text {
  padding: 30px 0;
  background-color: #E7E9EF;
}


@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text {
    padding: 50px 0;
  }
}

  
.paragraph--type--image-text .l-container .image-text__text img{
 width: 28%;
} 

@media print,
screen and (min-width: 40em) {
	.paragraph--type--image-text .l-container .image-text__text img{
		 width: 30%;
	} 
}

.paragraph--type--image-text .l-container .image-text__text p{
	color: #000;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 48px */
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text .l-container .image-text__text p{
		color: #000;
		font-family: Outfit;
		font-size: 40px;
		font-style: normal;
		font-weight: 300;
		line-height: 120%; /* 48px */
	}
}

.paragraph--type--campaign-hero-form .l-container .right .campaign-hero-form__form {
  width: 95%;
  order: 1;
  margin: 0 auto;
  border: 1px solid #cacaca;
  border-radius: 15px;
}

@media print,
screen and (min-width: 40em) {
	.paragraph--type--campaign-hero-form .l-container .right .campaign-hero-form__form {
	  width: 95%;
	  order: 1;
	  margin: 0 auto;
	  border: none;
	}
}


.paragraph--type--image-text .l-container .image-text__text .field--name-field-link a {
  font-size: clamp(14px, 3vw, 16px);
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--image-text .l-container .image-text__text .field--name-field-link a {
    padding: 16px 32px;
  }
}

.paragraph--type--member-agent-spotlight .l-container .logo-area{
	max-width: 40%;
  }

  @media print,
		screen and (min-width: 40em) {
		.paragraph--type--member-agent-spotlight .l-container .logo-area{
			max-width: 20%;
  }
}
  .paragraph--type--member-agent-spotlight .l-container .title-image{
    max-width: 90%;
  }

@media print,
screen and (min-width: 40em) {
  .paragraph--type--member-agent-spotlight .l-container .title-image{
    max-width: 60%;
  }
}

  .paragraph--type--member-agent-spotlight .l-container .fine-print p{
    margin-bottom: 0;
  }
  
    .paragraph--type--member-agent-spotlight .l-container .fine-print {
    padding: 23px 0 40px 0;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container .fine-print {
        padding: 56px 0 0px 0;
    }
  }
  
