/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.layout-content h2 {
  font-size: 1.4375rem;
  color: #F97878;
}
.layout-content img {
  width: 100%;
}
.layout-content .stage > div:nth-child(2) > div:nth-child(8) .teaser-image-position img {
  max-width: 200px;
}
.layout-content .info-box2 {
  background-color: #FCF2F7;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.layout-content .info-box2 .teaser-image-position {
  text-align: right;
}
.layout-content .info-box2 .teaser-image-position img {
  max-width: 305px;
}
.layout-content .btn-pinkbutton {
  background-color: #F97878 !important;
  color: #fff !important;
  border: 3px solid #ED2079 !important;
}
.layout-content .btn {
  color: #fff !important;
  font-size: 1rem !important;
}
.layout-content .center p {
  text-align: left;
}
.layout-content .teaser-image img {
  border-radius: 0 !important;
  padding: 10px;
}
.layout-content h1.pink, .layout-content h3.pink, .layout-content h2.pink {
  color: #ED2079 !important;
}
.layout-content h3.pink2 {
  color: #ED2079 !important;
  text-align: center;
}
.layout-content h1.purple, .layout-content h3.purple, .layout-content h2.purple {
  color: #F97878 !important;
}
.layout-content .teaser {
  width: 100% !important;
}
@media only screen and (max-width: 950px) {
  .layout-content .column.two {
    float: left;
    width: 100% !important;
  }
}

/*# sourceMappingURL=breast-cancer-awareness-eastern-shore.css.map */
