.kyl_text_container .content_wrapper .headline {
  font-weight: 300;
  font-size: 35px;
  font-family: 'Cormorant Garamond', sans-serif;
  margin: 0 auto 15px;
  line-height: 42px;
  color: #455255;
}
@media screen and (min-width: 1024px) {
  .kyl_text_container .content_wrapper .headline {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 30px;
  }
}
.kyl_text_container .content_wrapper .text {
  font-weight: 300;
  font-size: 15px;
  margin: 0 auto 25px;
  line-height: 22px;
  max-width: 850px;
  color: #455255;
}
@media screen and (min-width: 1024px) {
  .kyl_text_container .content_wrapper .text {
    margin: 0 auto 35px;
  }
}
.kyl_text_container .content_wrapper .text p {
  margin: 0;
}
.kyl_text_container .content_wrapper .text ul {
  list-style: none;
  padding: 0;
  margin: 20px auto;
}
.kyl_text_container .content_wrapper .text ul li {
  position: relative;
  padding-left: 14px;
}
.kyl_text_container .content_wrapper .text ul li:not(:last-of-type) {
  margin: 0 0 6px;
}
.kyl_text_container .content_wrapper .text ul li:before {
  background-color: #455255;
  border-radius: 100%;
  position: absolute;
  content: '';
  height: 4px;
  width: 4px;
  top: 10px;
  left: 0;
}
.kyl_text_container .content_wrapper .text a {
  text-decoration: underline;
  color: #D5002F;
}
.kyl_text_container .content_wrapper .link {
  text-transform: uppercase;
  background-color: #FFF;
  border: 1px solid #455255;
  letter-spacing: 1.4px;
  padding: 16px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  color: #455255;
}
@media screen and (min-width: 576px) {
  .kyl_text_container .content_wrapper .link {
    max-width: 270px;
  }
}
.kyl_text_container .content_wrapper .link:hover {
  background-color: #455255;
  color: #FFF;
}
.kyl_text_container .content_wrapper .link:not(:last-of-type) {
  margin: 0 auto 15px;
}
