  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.paragraph--type--image-text-section {
  background: #EEEEED;
  padding: 5rem 0;
  border-bottom: solid 6px #1E3F84;
}

.paragraph--type--image-text-section .image-text--image {
  overflow: hidden;
}

.paragraph--type--image-text-section .image-text--image img {
  border-radius: .5rem;
  width: 100%;
  object-fit: cover;
}

.paragraph--type--image-text-section .image-text--main {
  padding-top: 1rem;
}

.paragraph--type--image-text-section .image-text--buttons {
  padding-top: 1.5rem;
  overflow: hidden;
}

.paragraph--type--image-text-section .image-text--buttons a {
  background: #E83E3E;
  border: 2px solid #E83E3E;
  border-radius: 5px;
  color: #fff;
  font-family: "roboto_condensedbold", "Arial Narrow", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3333;
  padding: 1.65rem 2.6rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.paragraph--type--image-text-section .image-text--buttons a:hover, .paragraph--type--image-text-section .image-text--buttons a:focus {
  color: #333;
  background: none;
}

/*# sourceMappingURL=../sourcemaps/paragraph--image-text-section.css.map */
