.section1 {
   background-color: #f6e519;
   background-blend-mode: multiply;
   overflow: visible !important;
   z-index: 1;
}

/***************************** SECTION 1 **************************************/

.section1 .row1 {
  overflow: visible;
}

.section1 .heading1 {
  color: #fff;
  /*font-family: 'Uni Neue' !important;*/
  font-weight: 300;
  font-size: 3em;
  margin-bottom: 0px;
}

.section1 .row1 .column2 {
  z-index: 0;
  transform: translateY(30%);
}


/***************************** SECTION 2 **************************************/

.section2 li{
  /*font-family: 'Uni Neue' !important;*/
  font-weight: 400;
  color: #484848;
  font-size: 1.2em;
  letter-spacing: 0.3px;
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 8px;
}

.section2 strong{
  color: #000 !important
}

.section2 h3{
  /*font-family: 'Uni Neue' !important;*/
  font-size: 2rem;
  color: #b92025;
}

.section2 h2{
  /*font-family: 'Uni Neue' !important;*/
  font-size: 3rem;
  color: #b92025;
  font-weight: 300;
}

@media (max-width: 767px){
  .section2 li{
    list-style-position: inside;
  }
  .section2 h2{
    font-size: 4rem;
  }
}

/***************************** SECTION 3 **************************************/

.section3 li{
  /*font-family: 'Uni Neue' !important;*/
  font-weight: 400;
  color: #484848;
  font-size: 1.2em;
  letter-spacing: 0.3px;
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 8px;
}

.section3 strong{
  color: #000 !important
}

.section3 h3{
  /*font-family: 'Uni Neue' !important;*/
  font-size: 2rem;
  color: #b92025;
}

.section3 h2{
  /*font-family: 'Uni Neue' !important;*/
  font-size: 3rem;
  color: #b92025;
  font-weight: 300;
}
