#feature {
  background: #FFCD50 url("../images/feature/woman-baby.svg");
  background-repeat: no-repeat;
  background-position: 220px 5px;
  background-size: 55%;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  height: 290px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 5px solid rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 526px) {
  #feature {
    background-position: right 20px;
    height: 299px;
  }
}
@media screen and (min-width: 700px) {
  #feature {
    background-size: 35%;
  }
}
@media screen and (min-width: 962px) {
  #feature {
    background-position: 190px 20px;
    background-size: 57%;
  }
}

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

.feature_text h1 {
  color: #333;
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  line-height: 1;
  margin: 0;
  padding: 0.75rem 0 0 0.75rem;
  width: 220px;
}
@media screen and (min-width: 600px) {
  .feature_text h1 {
    width: 400px;
  }
}
@media screen and (min-width: 962px) {
  .feature_text h1 {
    width: 220px;
  }
}

.feature_text p {
  float: left;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
  color: #333;
  padding: 0.8rem 0 0.5rem 0.75rem;
  width: 190px;
}
@media screen and (min-width: 600px) {
  .feature_text p {
    width: 330px;
  }
}
@media screen and (min-width: 962px) {
  .feature_text p {
    width: 190px;
  }
}

.learn_more_wrap {
  clear: both;
  float: left;
  margin: 6px 0 0 0;
  position: relative;
  left: -10px;
}
@media screen and (min-width: 600px) {
  .learn_more_wrap {
    float: left;
  }
}

.learn_more {
  background: #FC7363;
  color: #ffffff;
  border-radius: 6px;
  float: left;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 2px;
  padding: 1rem 2rem;
  position: relative;
  text-transform: uppercase;
  transition: 0.25s;
  z-index: 102;
  box-shadow: rgba(240, 46, 170, 0.4) 0 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
}
.learn_more:hover {
  color: #333333;
  text-decoration: none;
  background-color: rgb(47, 162, 219);
  box-shadow: rgba(43, 216, 216, 0.4) 5px 5px, rgba(43, 216, 216, 0.3) 10px 10px, rgba(43, 216, 216, 0.2) 15px 15px, rgba(43, 216, 216, 0.1) 20px 20px, rgba(43, 216, 216, 0.05) 25px 25px;
}