  

  @media(min-width: 1500px) {
	#banner-business .banner-pos-middle {
	  max-width: 600px;
	}
  }

  .bg-blue-grad-to-bottom {
	background: linear-gradient(to bottom, #05459f, #0895c4);
  }

  .bg-blue-grad-to-right {
	background: linear-gradient(to right, #05459f, #0895c4);
  }

  .bg-blue-grad-to-right-and-back {
	background: linear-gradient(to right, #05459f, #0895c4, #05459f);
  }

  .bold {
	font-weight: bold;
  }

  .dark-blue {
	color: #0C468C;
  }

  .bg-teal {
	background: #268ea7;
  }

  .bg-dark-blue {
	background: #18478f;
  }

  p.large {
	font-size: 160%;
  }

  p.largeish,
  #benefits p,
  #benefits ul li {
	font-size: 140%;
  }

  .align-center {
	display: flex;
	align-items: center;
  }

  #intro h2 {
	font-size: 28px;
  }

  #benefits .content {
	border-radius: 1rem;
	padding: 2rem;
	color: white;
  }

  #benefits img {
	aspect-ratio: 8 / 5;
	object-fit: cover;
  }

  #benefits h2 {
	font-size: 28px;
  }

  #benefits h3 {
	color: white;
	font-weight: 600;
	font-size: 28px;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid white;
  }

  #benefits h4 {
	font-size: 24px;
	font-weight: 600;
  }

  #benefits ul {
	margin-bottom: 2rem;
  }

  #benefits ul li {
	font-size: 16px;
  }

  #benefits .disclaimer {
	color: white;
	font-size: 12px;
  }


  #learn-more .buttons-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
  }

  #learn-more .buttons-wrap .bttn {
	min-width: 425px;
	margin-bottom: 2rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
  }

  @media(min-width: 1100px) {
	#learn-more .buttons-wrap {
	  flex-direction: row;
	  justify-content: center;
	}
  }

  #learn-more .buttons-wrap .bttn {
	font-size: 26px;
  }

  /* TRUSTED */



  /* FORM */
  #resi-dev-contact-us form {
	background: white;
	padding: 2rem;
	margin-bottom: 3rem;
  }

  #resi-dev-contact-us p {
	color: #1d468b;
	font-weight: bold;
  }

  #resi-dev-contact-us .red {
	color: red;
  }

  #resi-dev-contact-us button.submit {
	border: none;
	font-weight: bold;
	font-size: 16px;
	border-radius: 22px;
  }

  #directly {
	display: block;
	color: white;
	border-radius: 1rem;
	padding: 2rem;
	font-weight: bold;
  }

  #directly:hover {
	text-decoration: none;
  }

  #directly .line-wrap {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  #directly .icon-wrap {
	border: 1px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	margin-right: 0.5rem;
  }

  #directly .email-icon {
	width: 60%;
	position: relative;
	top: -1px;
  }
