#ftco-logo a.sesa-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.sesa-logo {
  height: 42px;
  width: auto;
  max-width: 42px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 2px;
}

.sesa-brand-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sesa-logo {
    height: 48px;
    max-width: 48px;
  }

  .sesa-brand-text {
    font-size: 20px;
  }
}

.ftco-staff img {
  object-fit: cover;
}

.practice-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.practice-grid > [class*="col-"] {
  display: flex;
  float: none;
}

.practice-grid .services {
  width: 100%;
}

.practice-grid .services h3 {
  min-height: 2.4em;
}
