a.dfrcs_link {
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin: 8px 0;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}

a.dfrcs_link.link {
  text-decoration: underline;
}

a.dfrcs_link.link:hover {
  color: #009688;
}

a.dfrcs_link .dfrcs_action {
  text-decoration: none;
  color: #fff;
  background-color: #009688; /* Button Color */
  text-align: center;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.8em;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and ( max-width: 565px ) {

  .dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo {
      display: none !important;
  }

  .dfrcs ul.dfrcs_compset li a .item div.dfrcs_image {
    display: block !important;
  }

  .dfrcs ul.dfrcs_compset li a .item div.dfrcs_image img {
      width: 100px;
      height: auto;
  }
}

.dfrcs_card {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  align-items: center;
  margin: 8px auto;
}

.dfrcs_card > * {
  margin: 8px 0;
}

.dfrcs_card-img-wrapper {
  display: flex;
  width: 100%;
  max-height: 250px;
  height: 100%;
  justify-content: center;
}

.dfrcs_card img {
  object-fit: contain;
  object-position: center center;
}