.section1 {
  background: #fefefe; 
  padding: 100px 0 0 0;
  padding-top: 100px;
}
.section1 .row-fluid {
  display: flex;
  align-items: center; 
}
.section1 h2 {
  color: #080808; 
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height 1;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
.section1 p {
  margin-bottom: 0;
  width: 500px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .section1 img {
    margin-top: 30px; 
  }
}