.home-shirt-call { padding: 30px 0; background: #96e800; }
.home-shirt-call .wrap { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; }
.home-shirt-call img { width: 100%; max-height: 210px; object-fit: cover; object-position: center 44%; border-radius: 18px; }
.home-shirt-call h2 { margin: 4px 0; color: #082b65; font-size: 42px; }
.home-shirt-call p { max-width: 780px; }
@media (max-width: 700px) {
  .home-shirt-call .wrap { grid-template-columns: 1fr; }
  .home-shirt-call img { max-height: 260px; }
  .home-shirt-call h2 { font-size: 34px; }
}
