.solutions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 8rem;
  color: var(--black-color);
}

.solutions-background__image {
  margin-top: 5rem;
}

.solutions-texts {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 3rem;
  width: 60%;
}

.solutions-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 2rem;
}

.solutions-texts__tag-active {
  border-radius: 4.6rem;
  background: var(--blue);
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}

.solutions-texts__tag {
  font-size: 1.4rem;
  color: var(--blue);
}
.solutions-texts h1 {
  line-height: 7rem;
  font-weight: 700;
  font-size: 5.8rem;
}

.solutions-texts p {
  line-height: 3rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--gray-text-color);
  width: 85%;
}

.customized-solutions {
  padding: 5rem 0;
  color: var(--black-color);
}

.customized-solutions h2 {
  line-height: 5.6rem;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
}

.customized-solutions h3 {
  line-height: 3rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1rem;
  width: 85%;
  margin: 0 auto;
  color: var(--gray-text-color);
}

.customized-solutions__cards {
  margin-top: 2rem;
  border-radius: 2rem;
  background: var(--background-color);
  padding: 3rem 8rem;
  grid-template-columns: 48% 48%;
  display: grid;
  justify-content: space-between;
  gap: 1.6rem;
}

.customized-solutions__cards-card {
  margin-top: 2rem;
  background: #ffffff;
  border: 1px #eff0f6 solid;
  border-radius: 2rem;
  box-shadow: 0px 6px 12px 0px #14142b0a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.4rem;
  padding: 3rem;
}

.customized-solutions__cards-card img {
  width: 6rem;
}

.customized-solutions__cards-card h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.2rem;
}

.customized-solutions__cards-card span {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--gray-text-color);
  line-height: 3rem;
}

@media (min-width: 1376px) {
  .solutions {
    justify-content: start;
  }
}

@media (max-width: 1024px) {
  .solutions {
    padding: 12rem 3.2rem;
    height: auto;
    align-items: center;
  }

  .solutions-links {
    width: 30rem;
    margin: 0;
  }
  .solutions-texts h1 {
    line-height: 5rem;
    font-size: 4rem;
  }

  .solutions-texts p {
    width: 100%;
  }

  .customized-solutions h2 {
    font-size: 3.2rem;
    width: 70%;
    line-height: 3rem;
  }

  .customized-solutions h3 {
    margin: 0 auto;
    width: 70%;
    margin-top: 1rem;
  }
}
@media (max-width: 800px) {
  .solutions {
    flex-direction: column;
    justify-content: center;
  }
  .solutions-background {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .solutions-background__image {
    width: 90%;
    margin: 0 auto;
  }

  .solutions-texts {
    width: 100%;
    gap: 2rem;
    justify-content: center;
    margin-top: 0;
  }

  .solutions-links {
    background: var(--background-color);
    width: 24rem;
    margin: 0;
    justify-content: center;
    padding: 0.8rem 0;
    border-radius: 8rem;
  }

  .solutions-texts__tag-active {
    font-size: 1.2rem;
  }

  .solutions-texts__tag {
    font-size: 1.2rem;
  }

  .solutions-texts h1 {
    line-height: 3.4rem;
    font-size: 2.4rem;
  }

  .solutions-texts p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .customized-solutions {
    padding: 0;
  }

  .customized-solutions h2 {
    font-size: 2.4rem;
    width: 90%;
    line-height: 3.4rem;
    margin-top: -5rem;
  }
  .customized-solutions h3 {
    margin: 0 auto;
    width: 80%;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 3rem;
    color: var(--black-color);
  }

  .customized-solutions__cards {
    padding: 3.2rem;
    grid-template-columns: 100%;
    justify-content: center;
  }

  .customized-solutions__cards-card {
    gap: 2em;
    padding: 5rem 3rem;
  }

  .customized-solutions__cards-card h4 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .customized-solutions__cards-card span {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
