/****** COLORS ******/
#constructivism #container .s2 {
  padding-top: 7.2rem;
}

#constructivism #container .s2 h2 {
  margin: 0 1rem 2.15rem 1rem;
}

#constructivism #container .s2 .wrap {
  background: url(/i/bg2_parallax.png) no-repeat center/cover fixed;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#constructivism #container .s2 .wrap > div {
  height: 532px;
  position: relative;
  border-right: solid 1px #ffffff66;
  border-bottom: solid 1px #ffffff66;
}

#constructivism #container .s2 .wrap > div > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: calc(100% - 2rem);
}

#constructivism #container .s2 .wrap > div h3, #constructivism #container .s2 .wrap > div p {
  color: #fff;
}

#constructivism #container .s2 .wrap > div h3 {
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

#constructivism #container .s2 .wrap > div p {
  font-size: 1rem;
  line-height: 1.6rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity .3s ease;
}

#constructivism #container .s2 .wrap > div::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36, 36, 36, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

#constructivism #container .s2 .wrap > div:nth-child(2), #constructivism #container .s2 .wrap > div:nth-child(4) {
  border-right: none;
}

#constructivism #container .s2 .wrap > div:nth-child(3), #constructivism #container .s2 .wrap > div:nth-child(4) {
  border-bottom: none;
}

#constructivism #container .s2 .wrap > div.sel::before {
  opacity: 1;
  visibility: visible;
}

#constructivism #container .s2 .wrap > div.sel p {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media screen and (max-width: 1100px) {
  #constructivism #container .s2 .wrap {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  #constructivism #container .s2 {
    padding-top: 5rem;
  }
  #constructivism #container .s2 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #constructivism #container .s2 .wrap > div {
    height: 350px;
    border-right: none;
  }
  #constructivism #container .s2 .wrap > div h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  #constructivism #container .s2 .wrap > div p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  #constructivism #container .s2 .wrap > div:nth-child(3) {
    border-bottom: solid 1px #ffffff66;
  }
}
