.about-background-7__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.about-background-7__frame img {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 12px solid #a8d3f1;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(113, 150, 173, 0.16);
}

@media (max-width: 1080px) {
  .about-background-7__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-background-7__frame img {
    min-height: 360px;
    border-width: 8px;
  }
}
