#feature {
  background: url("../images/feature/brain-inflammation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  height: 290px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 526px) {
  #feature {
    height: 299px;
  }
}

.feature_wrapper {
  float: left;
  height: 100%;
  width: 100%;
}

.feature_text h1 {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.03rem;
  line-height: 1;
  margin: 0;
  padding: 1.5rem 0 0 1.5rem;
  font-family: "Patrick Hand SC";
  text-shadow: 1px 1px #BB0038;
  max-width: 280px;
}
@media screen and (min-width: 764px) {
  .feature_text h1 {
    max-width: 600px;
    padding: 3rem 0 1rem 3rem;
  }
}
@media screen and (min-width: 962px) {
  .feature_text h1 {
    padding: 1.5rem 0 0 1.5rem;
    max-width: 280px;
  }
}

.feature_text p {
  float: left;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  padding: 0.8rem 0 0.5rem 1.75rem;
  max-width: 250px;
}
@media screen and (min-width: 764px) {
  .feature_text p {
    padding: 0 3rem 0 3rem;
    max-width: 600px;
  }
}
@media screen and (min-width: 962px) {
  .feature_text p {
    max-width: 250px;
    padding: 0.8rem 0 0.5rem 1.75rem;
  }
}

.learn_more_wrap {
  clear: both;
  float: left;
  margin: 6px 0 0 0;
  position: relative;
  left: 26px;
  border-radius: 15px;
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2px;
  padding: 0.45rem 1.5rem 0.65rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  transition: 0.25s;
  z-index: 102;
  font-family: "Patrick Hand SC";
  background: #3F1651;
}
@media screen and (min-width: 764px) {
  .learn_more_wrap {
    left: 3rem;
    top: 1rem;
  }
}
@media screen and (min-width: 962px) {
  .learn_more_wrap {
    top: 0;
    left: 26px;
  }
}
.learn_more_wrap:hover {
  background: #8a2be2;
  animation: pulse 1s;
  box-shadow: 0 0 0 1rem transparent;
}
.learn_more_wrap a {
  color: #fff;
}
.learn_more_wrap:hover a {
  color: #efff80;
  text-decoration: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0;
  }
}
@font-face {
  font-family: "Patrick Hand SC";
  src: url("../fonts/patrick-hand-webfont/PatrickHandSC-Regular.eot");
  src: url("../fonts/patrick-hand-webfont/PatrickHandSC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/patrick-hand-webfont/PatrickHandSC-Regular.woff2") format("woff2"), url("../fonts/patrick-hand-webfont/PatrickHandSC-Regular.woff") format("woff"), url("../fonts/patrick-hand-webfont/PatrickHandSC-Regular.ttf") format("truetype"), url("../fonts/patrick-hand-webfont/PatrickHandSC-Regular.svg#PatrickHandSC-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}