.our-solutions {
  width: 90%;
  max-width: 81.25rem;
  padding: 2.75rem 0 3.5rem;

  display: flex;
  flex-direction: column;
  gap: 2.25rem;

  margin: 0 auto;
}

.our-solutions__header {
  display: flex;
  flex-direction: column;
}

.our-solutions__icon {
  width: 1.75rem;
  height: 1.25rem;

  margin-bottom: 0.625rem;
}

.our-solutions__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #364652;
}

@media (min-width: 1024px) {
  .our-solutions__title {
    font-size: 1.875rem;
  }
}

.our-solutions__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364652;
}

.our-solutions__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, 18.625rem);
  grid-auto-rows: auto;

  gap: 1.5rem;

  justify-content: center;
}

@media (min-width: 1024px) {
  .our-solutions__content {
    grid-auto-rows: 1fr;
  }
}

.our-solutions__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 18.625rem;
  height: 100%;

  padding: 0 0 1.25rem;
  gap: 1rem;

  border-radius: 24px;
  border: 2px solid #e5eaec;
  background: #fff;

  overflow: hidden;
}

.our-solutions__item-content {
  display: flex;
  padding: 0 1.875rem;
}

.our-solutions__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #364652;
}

.our-solutions__item-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364652;
}

.our-solutions__item-image {
  width: 100%;
  height: 12.25rem;
}

.button.button--our-solutions {
  width: 100% !important;
  padding: 0.375rem 1.5rem !important;
}
