.homecases-section__body {
  grid-column: span 4 / span 23;
  grid-column-start: 2;
  padding: var(--column);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homecases-section__subtitle {
  margin-bottom; 10px;
  color: #006;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.homecases-section__title {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110%;
}
.homecases-section__text {
  max-width: 800px;
  margin-top: 30px;
}
.homecases-section__items {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.homecases-section__item {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 5px;
  background-color: #4C9F38;
  text-decoration: none;
  color: #fff;
}
.homecases-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.homecases-section__name{
  margin:  0 0 35px;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.homecases-section__parameters {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0.17px;
  opacity: 0.9;
}
.homecases-section__parameter {
  display: flex;
  align-items: center;
  gap: 13px;
}
.homecases-section__key {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.66px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
.homecases-section__item:nth-child(4n + 1) {
  background-color: #4C9F38;
}
.homecases-section__item:nth-child(4n + 2) {
  background-color: #C5192D;
}
.homecases-section__item:nth-child(4n + 3) {
  background-color: #DD1367;
}
.homecases-section__item:nth-child(4n + 4) {
  background-color: #A21942;
}

@media screen and (max-width: 1439px) {
  .homecases-section__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--column);
  }
  .homecases-section__item {

  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .homecases-section__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}

@media screen and (max-width: 379px) {
}