.about-problems-7__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

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

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

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