
.agency-location {
  padding: 16px 16px 32px 16px;
  border-radius: 12.632px;
  background: #f4f4f4;
}
.agency-location-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.agency-location-divider {
  border-top: 1px solid #d7d7d7;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.agency-location-content {
  margin: auto;
  gap: 23px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1800px;
}
.agency-location .text-wrapper,
.flex-column {
  flex-direction: column;
}
.agency-location-img {
  border-radius: 9px;
  width: 137px;
  height: 105px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.agency-location-name {
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #212121;
  font-size: 16.842px;
  margin-bottom: 7.47px;
}
.agency-location-description {
  color: #606060;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  font-size: 12.632px;
  margin-bottom: 25px;
}
/*#0063cc*/
.btn-agency-location {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  background-color: var(--filtrobg);
  border-radius: 9122.808px;
  color: var(--filtrocl);
  /* font-family: Roboto; */
  font-size: 11.86px;
  font-style: normal;
  font-weight: bold;
  line-height: 19.158px;
  height: 27.368px;
  width: 132.632px;
  text-wrap: nowrap;
  border: 1px solid var(--filtrobg);
  transition: color background-color .3s ease-in ease-out .4s;
}
.btn-agency-location:hover {
  text-decoration: none;
  color: var(--filtrobg);
  background-color: var(--filtrocl);
}
.agency-location-dealerships {
  margin-top: 23px;
  gap: 20px;
}
.justify-content-between {
  justify-content: space-between;
}
.flex-row {
  flex-direction: row;
}
.delaership-name {
  margin-bottom: 0;
  color: #000;
  /* font-family: Roboto; */
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}
/*#0063cc*/
.btn-dealership {
  flex: 0 0 auto;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--linkcl);
  padding: 0;
  margin-right: 5px;
  color: var(--linkcl);
  /* font-family: Roboto; */
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  text-align: left;
}

@media (min-width: 992px) {
  .agency-location-name {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .agency-location-description {
    font-size: 12px;
    margin-bottom: 19px;
  }
  .btn-agency-location {
    height: 26px;
    width: 130px;
    font-size: 12px;
    line-height: 18.2px;
  }
  .agency-location-dealerships {
    margin: 27px 14px 0 13px;
    gap: 23px;
  }
}
@media (max-width: 1264px) {
  .agency-location-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .agency-location-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .agency-location-content {
    grid-template-columns: 1fr;
  }
}