.kyl_text_image_container .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_text_image_container .content_wrapper.align_right .text_wrapper {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper.align_right .text_wrapper {
    padding-right: 50px;
    order: 1;
  }
}
.kyl_text_image_container .content_wrapper.align_right .image_wrapper {
  margin: 0 0 20px;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper.align_right .image_wrapper {
    margin: 0;
    order: 2;
  }
}
.kyl_text_image_container .content_wrapper.align_left .text_wrapper {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper.align_left .text_wrapper {
    padding-left: 50px;
    margin: 0;
    order: 2;
  }
}
.kyl_text_image_container .content_wrapper.align_left .image_wrapper {
  margin: 0 0 20px;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper.align_left .image_wrapper {
    order: 1;
  }
}
.kyl_text_image_container .content_wrapper .text_wrapper {
  background-size: auto calc(100% - 100px);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .text_wrapper {
    padding: 80px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.kyl_text_image_container .content_wrapper .text_wrapper .sub_headline {
  font-weight: 600;
  font-size: 18px;
  color: #58595B;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .text_wrapper .sub_headline {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.kyl_text_image_container .content_wrapper .text_wrapper .headline {
  font-weight: 600;
  font-size: 30px;
  color: #58595B;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .text_wrapper .headline {
    font-weight: 600;
    font-size: 40px;
  }
}
.kyl_text_image_container .content_wrapper .text_wrapper .text {
  color: #58595B;
  line-height: 22px;
  margin: 0 0 25px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .text_wrapper .text {
    margin: 0 0 30px;
  }
}
.kyl_text_image_container .content_wrapper .text_wrapper .text p {
  margin: 0;
}
.kyl_text_image_container .content_wrapper .text_wrapper .text ul {
  padding: 12.5px 0 0 18px;
  margin: 0;
}
.kyl_text_image_container .content_wrapper .text_wrapper .text ul li {
  font-weight: 600;
  padding: 7.5px 0;
}
.kyl_text_image_container .content_wrapper .text_wrapper .link {
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #9F2241;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  display: inline-block;
  color: #9F2241;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .text_wrapper .link:hover {
    background-color: #9F2241 !important;
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .text_wrapper .link {
    width: auto;
  }
}
.kyl_text_image_container .content_wrapper .image_wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 366px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_text_image_container .content_wrapper .image_wrapper {
    height: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
