.uk200-firm-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.uk200-firm-card {
  flex: 0 1 calc(50% - 20px);
  box-sizing: border-box;
  /*border: 1px solid #ccc;*/
  /*padding: 10px;*/
  text-align: center;
  /*aspect-ratio: 1 / 1;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.uk200-firm-image {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.uk200-firm-image img {
  max-width: 80%;
  max-height: 80%;
  width:100%;
  hwight:100%;
  object-fit: contain;
}

.uk200-firm-title {
  background-color: var(--e-global-color-primary);
      font-family: "museo-slab", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
  color: #fff;
  padding: 10px;
}

.uk200-firm-type {
  background-color: var(--e-global-color-secondary);
  color: #fff;
  padding: 6px 10px;
}

.uk200-view-btn {
  margin-top: 10px;
  background: #444;
  color: white;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 768px) {
  .uk200-firm-card {
    flex: 0 1 100%;
  }
}


.uk200-other-offices-row {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.uk200-other-office-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.uk200-other-office-city {
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
}
