.purpose-sections {
  display: grid;
  gap: 70px;
}

.purpose-section h2 {
  margin: 0 0 20px;
  font-size: var(--font-seciton-title-lg);
  font-weight: var(--font-weight-bold);
}

.purpose-section h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: #073b82;
  margin-bottom: 12px;
}

.purpose-section img,
.purpose-image-section img {
  width: 100%;
  display: block;
}

.managed-image-placeholder {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #b7c2d1;
  background: #f7f9fc;
  color: #667085;
  text-align: center;
}

.managed-image-placeholder strong {
  color: #073b82;
  font-size: 26px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .purpose-section h2 {
    font-size: var(--font-size-base);
  }
}
