.kyl_cta_tile_books {
  display: none;
}
@media (min-width: 768px) {
  .kyl_cta_tile_books {
    display: block;
  }
}
.kyl_cta_tile_books .container .headline {
  margin-bottom: 35px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 42px;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.kyl_cta_tile_books .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.kyl_cta_tile_books .container .box .col_content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.kyl_cta_tile_books .container .box .col_content .author {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 5px;
}
.kyl_cta_tile_books .container .box .col_content .book_title {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 30px;
  font-size: 25px;
  color: #000000;
  margin-bottom: 20px;
}
.kyl_cta_tile_books .container .box .col_content .text_excerpt {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 26px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.kyl_cta_tile_books .container .box .col_content .text {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
}
.kyl_cta_tile_books .container .box .col_content .link {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  color: #417ec1;
  cursor: pointer;
  text-decoration: underline;
}
.kyl_cta_tile_books .container .box .col_content .divider {
  height: 1px;
  background-color: #E5E5E5;
  margin: 30px 0;
  border: none;
}
.kyl_cta_tile_books .container .box .col_content .dealer .text_dealer {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}
.kyl_cta_tile_books .container .box .col_content .dealer .dealer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.kyl_cta_tile_books .container .box .col_content .dealer .dealer_wrapper .dealer_link {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  color: #417ec1;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}
.kyl_cta_tile_books .container .box .col_content .dealer .dealer_wrapper .dealer_link:not(:last-of-type) {
  margin-right: 20px;
}
.kyl_cta_tile_books .container .box .col_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kyl_cta_tile_books .container .box .col_image .image {
  display: inline-block;
  margin-bottom: 13px;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.kyl_cta_tile_books .container .box .col_image .cta_button {
  display: inline-block;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  color: #417ec1;
  border: 2px solid #417ec1;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
}
.kyl_cta_tile_books .container .box .col_image .cta_button:hover {
  background: #417ec1;
  color: #ffffff;
}
