.agency-block {
  background: #fff;
}

.agency-logo img,
.agency-page-block img {
  border-radius: 12px;
  object-fit: contain;
}

.agency-title-link {
  color: inherit;
  text-decoration: none;
}

.agency-description-text {
  white-space: pre-line;
}

.agency-empty-logo {
  align-items: center;
  background: #f2f5ff;
  border-radius: 12px;
  color: #343e73;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.agency-profile-empty-logo {
  height: 80px;
  width: 80px;
}

.agency-case-study-section {
  gap: 12px;
}

.agency-case-studies {
  text-decoration: none;
}

.agency-profile-description {
  color: #404a62;
  font-size: 18px;
  line-height: 1.8;
  white-space: pre-line;
}

.agency-profile-card {
  background: #fff;
}

.agency-website-note {
  color: #6b7280;
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .agency-top-part {
    align-items: flex-start;
    gap: 16px;
  }

  .div-block-512 {
    align-items: flex-start;
  }
}
