/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1, .paragraph-image-and-text__field-subtitle h3 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05px;
  }
  .paragraph-image-and-text__field-title h2 a, .paragraph-image-and-text__field-title h1 a, .paragraph-image-and-text__field-subtitle h3 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
  .paragraph-image-and-text__field-subtitle h3 {
    font-size: 18px;
  }
  @media (min-width: 768px) {
    .paragraph-image-and-text__field-subtitle h3 {
      font-size: 22px;
    }
  }
  .paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1 {
    font-size: 24px;
    letter-spacing: 0.02px;
  }
  @media (min-width: 768px) {
    .paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1 {
      font-size: 28px;
    }
  }
  @media (min-width: 992px) {
    .paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1 {
      font-size: 32px;
    }
  }
  @media (min-width: 1200px) {
    .paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1 {
      font-size: 36px;
    }
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, .paragraph-image-and-text__field-description ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .paragraph-image-and-text__field-description ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-image-and-text__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-image-and-text__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.paragraph-image-and-text {
  margin: 60px 15px;
}
@media (min-width: 768px) {
  .paragraph-image-and-text {
    width: 100%;
    max-width: 750px;
    margin: 60px auto;
  }
}
@media (min-width: 992px) {
  .paragraph-image-and-text {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .paragraph-image-and-text {
    max-width: 1146px;
  }
}
.paragraph-image-and-text.title-left .paragraph-image-and-text__field-title {
  text-align: left;
}
.paragraph-image-and-text.title-right .paragraph-image-and-text__field-title {
  text-align: right;
}
.paragraph-image-and-text.title-center .paragraph-image-and-text__field-title {
  text-align: center;
}
.paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1 {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.75px;
  color: #202020;
}
@media (min-width: 992px) {
  .paragraph-image-and-text__field-title h2, .paragraph-image-and-text__field-title h1 {
    letter-spacing: -0.9px;
  }
}
.paragraph-image-and-text__field-subtitle h3 {
  margin-bottom: 15px;
  color: #404040;
}
@media (min-width: 992px) {
  .paragraph-image-and-text__field-subtitle h3 {
    margin-bottom: 30px;
  }
}
.paragraph-image-and-text__field-bullet-line-item {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #404040;
}
.paragraph-image-and-text__field-bullet-line-item:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0046b4;
  transform: rotate(45deg);
}
.paragraph-image-and-text__field-background-image {
  margin-top: 30px;
}
.paragraph-image-and-text__field-background-image .media-image-wide-image__field-media-image {
  height: 176px;
}
@media (min-width: 480px) {
  .paragraph-image-and-text__field-background-image .media-image-wide-image__field-media-image {
    height: 270px;
  }
}
@media (min-width: 768px) {
  .paragraph-image-and-text__field-background-image .media-image-wide-image__field-media-image {
    height: 365px;
  }
}
.paragraph-image-and-text__field-background-image .media-image-wide-image__field-media-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.paragraph-image-and-text__field-description {
  margin-top: 30px;
}
.paragraph-image-and-text__field-description p {
  font-size: 14px;
  color: #404040;
}
.paragraph-image-and-text__field-description a {
  font-size: 14px;
}
.paragraph-image-and-text__field-description ul li {
  font-size: 14px;
  color: #404040;
}
.paragraph-image-and-text__field-description ul li::after {
  border-color: #0046b4;
}

/*# sourceMappingURL=wide-image-component.css.map */
