.kyl_dealers .container .dealer .text_dealer {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}
.kyl_dealers .container .dealer .dealer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .kyl_dealers .container .dealer .dealer_wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.kyl_dealers .container .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;
}
@media (min-width: 768px) {
  .kyl_dealers .container .dealer .dealer_wrapper .dealer_link {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .kyl_dealers .container .dealer .dealer_wrapper .dealer_link:not(:last-of-type) {
    margin-right: 20px;
  }
}
