/** @format */

section#polymer {
  background: #d2d2d2;
  position: relative;
  /* z-index: -2; */
}

section#polymer {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

section#polymer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/home/solutions.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

section#polymer p {
  max-width: 450px;
  text-align: justify;
}

section#polymer .hero {
  color: var(--white-color);
  font-size: 1rem;
}

section#polymer .hero h1.title {
  font-size: 3.75rem;
  color: var(--white-color);
}

section#polymer .color-inner-primary {
  color: var(--inner-primary);
}

section#polymer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

section#polymer .middle-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 61rem) {
  section#polymer {
    height: calc(100vh - 120px);
    margin-top: 120px;
    margin-top: 120px;
  }
}
