body {
  background-color: #e7e2d4;
}

/************************* Title Section *****************/

#title-section h1 {
  font-family: "Montserrat", sans-serif;
  padding-top: 150px;
  color: #1b1b16;
  font-size: 150%;
  font-weight: 400;
}

hr.line-new {
  border: 1px solid #b13e43;
  width: 90px;
  margin-bottom: 50px;
}
/************************* End of Title Section *****************/

/**********************Intro Section***********************/
#intro-section .container {
  margin-top: 80px;
}

#intro-section .container p {
  margin-bottom: 40px;
  font-size: 16px;
}

#intro-section {
  margin-bottom: 40px;
}

#intro-section .image-1 {
  width: 90%;
  margin: 40px 10px 0px 10px;
  transform: rotate(10deg);
}

#intro-section .image-2 {
  width: 90%;
  margin: 40px 10px 40px 10px;
  transform: rotate(-10deg);
}

@media (min-width: 768px) {
  #title-section h1 {
    font-size: 40px;
  }

  #intro-section {
    margin-top: 40px;
  }
  #intro-section .container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #intro-section .col-md-8 p {
    margin-top: 50px;
    margin-right: 100px;
  }
  #intro-section .col-md-8 .lead {
    margin-top: 50px;
    margin-left: 50px;
  }
}
