.__why__global {
  padding: 0 32px;
  gap: 38px;
  justify-content: space-between;
  align-items: center;
}
.__why__content,
.__why__img {
  flex: 1 1 50%;
}

.__why__img img {
  width: 100%;
  height: 574px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-lg);
}

.__why_list {
  margin-top: 28px;
}

.__why_item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.__why__title { 
  margin-bottom: 28px;
}
.__why__content {
}

.__why_item__icon {
}
.__why_item__description {
  color: var(--text-light-gray);
}

.__why_hr {
  margin-top: 20px;
  margin-bottom: 16px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .__why__global {
    flex-direction: column-reverse;
  }
  .__why__content,
  .__why__img {
    min-width: 100%;
  }
}


@media (max-width: 768px) {
  .__why__global {
    padding: 0;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .__why__content,
  .__why__img {
    min-width: 100%;
  }
  
  .__why_item {
    gap: 20px;
  }
  .__why__img{
    height: auto;
    flex: none;
  }
  .__why__img img{
    height: 332px;
    width: 100%;
    min-height: 0;     
  }
}
