h2 {
  font-size: 8rem;
  line-height: 7rem;
  font-family: "DINPro-Bold", sans-serif;
}

p {
  font-family: "DINPro-Light", sans-serif;
}

.background-pitaia {
  position: relative;
  background-image: url("/img/pitaia.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 720px) {
  .background-pitaia {
    background-size: 40% !important;
    background-position: 50% 25% !important;
  }
}

.background-pitaia .text-change {
  z-index: 1;
  color: #000000;
  font-family: "DINPro-Bold", sans-serif;
  font-size: 5vw;
  transition: all 1s ease-in-out;
  overflow: hidden;
}

.background-pitaia .text-change span {
  position: relative;
}

@media only screen and (max-width: 720px) {
  .background-pitaia .text-change {
    font-size: 3rem;
    padding: 55% 5% 0;
  }
}

#some-projects {
  padding: 8% 0;
}

#some-projects img {
  width: 100%;
}

#some-projects .text-content {
  padding: 5%;
}

#some-projects p {
  margin: 80px 0 20px;
}

#some-projects a.link-box-img {
  background: black;
  height: 100%;
  width: 100%;
  display: block;
}

#some-projects a .border-svg {
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: scale(1.05);
}

#some-projects a:hover .border-svg {
  opacity: 1;
  transform: scale(1);
}

#some-projects a:hover img {
  opacity: 0.5;
}

@media only screen and (max-width: 1100px) {
  #some-projects h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 720px) {
  #some-projects {
    padding: 10% 0;
    text-align: center;
  }

  #some-projects h2 {
    font-size: 5rem;
    line-height: 4rem;
  }

  #some-projects .border-svg {
    display: none !important;
  }
}

#history {
  padding: 0 0 8%;
}

#history .text-content {
  padding: 5%;
}

#history img {
  width: 100%;
}

#history p {
  margin: 80px 0 20px;
}

@media only screen and (max-width: 1100px) {
  #history h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 720px) {
  #history {
    text-align: center !important;
    padding: 10% 0;
  }

  #history h2 {
    font-size: 5rem;
    line-height: 4rem;
  }
}

