/* bloking */
section{
    margin-top: 10px;
    margin-bottom: 87px; 
}
.grid {
    grid-gap: 2em;   
}
.spacing-project-img {
    padding-top: 60px;
    padding-bottom: 60px;
}
.spacing-project-img3 {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* tekst */
p{
  font-size: 20px;
  line-height: 30px;
}
h1{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.30;
  margin-bottom: 1px;
}
h2{ 
  font-size: 26px;
  font-weight: 100;
  line-height: 1.50;
}
h3{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
  margin-top: 10px;
}
a{
  text-decoration: none;
  color: #000000;
}

/* video */
#video-elem{
  display: block;
  width: 100%;
  height: auto;
  top: 0;
}

/* tablet */
@media screen and (max-width:1068px){
  section{
    padding: 0em 2em 0em 2em;
  }
  .grid {
    grid-gap: 0em;    
  }
  .col-8 {
    grid-column-start: span 10;
  }
  .col-6 {
    grid-column-start: span 10;
    margin-top: 70px;
  }
  .col-4 {
    grid-column-start: span 10;
  }

  .spacing-project-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacing-project-img3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* text */
  p{ 
    font-size: 18px;
  }
  h1{ 
    margin-left: 0px;
    font-size: 36px;
    line-height: 1.26;
  }
  h2{
    font-size: 22px;
    margin-bottom: 70px;
  } 
  #video-elem{
    padding-top: 10px;
  }
}