@media (max-width: 991.98px) {
  .why-us .section-header {
    margin-bottom: 0;
  }
}
.why-us-item {
  display: grid;
  gap: 10px 0;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  min-height: 152px;
  height: 100%;
  padding: 12px;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .why-us-item {
    min-height: 316px;
    padding: 24px 24px 24px 32px;
    border-radius: 48px;
  }
}
.why-us-img-container img {
  max-width: 100%;
}
.why-us-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 576px) {
  .why-us-title {
    margin-top: 16px;
    max-width: 285px;
    font-size: 20px;
  }
}
.why-us-descr {
  grid-column: 1/3;
}
.why-us-descr-text {
  max-width: 460px;
}

.main-us-section .why-us-col:last-child img {
  width: 88px;
}
@media (min-width: 1200px) {
  .main-us-section .why-us-col:last-child img {
    margin-top: -111px;
    width: 249px;
  }
}
.main-us-section .why-us-img-container {
  width: 120px;
  height: 85px;
  text-align: right;
}
@media (min-width: 1200px) {
  .main-us-section .why-us-img-container {
    width: 275px;
    height: 170px;
  }
}

@media (min-width: 1200px) {
  .photobook-us-section .why-us-col:last-child .why-us-img-container {
    width: 334px;
  }
}
.photobook-us-section .why-us-col:last-child .why-us-img-container img {
  width: 88px;
}
@media (min-width: 1200px) {
  .photobook-us-section .why-us-col:last-child .why-us-img-container img {
    margin-top: -140px;
    width: auto;
  }
}
.photobook-us-section .why-us-img-container {
  width: 120px;
  height: 85px;
  text-align: center;
}
@media (min-width: 1200px) {
  .photobook-us-section .why-us-img-container {
    width: 313px;
    height: 174px;
  }
}