#intro {
  background-image: url("https://green-life.s3.us-west-2.amazonaws.com/about/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #intro {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
#intro .marfrig-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #intro .marfrig-logo img {
    height: 200px;
  }
}
#intro .circle-icon {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#intro .circle-icon img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #intro .circle-icon {
    width: 40px;
    height: 40px;
  }
}
#intro h1 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  margin: 0;
}
@media screen and (min-width: 768px) {
  #intro h1 {
    font-size: 80px;
  }
}
#intro p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #F6F6F6;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #intro p {
    font-size: 20px;
  }
}
#intro p span {
  font-weight: 600;
}
#intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (min-width: 768px) {
  #intro:after {
    height: 180px;
  }
}

#content {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 100px;
  }
}
#content .row {
  margin: 0;
}
#content #location h2 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #222222;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  #content #location h2 {
    font-size: 64px;
    padding-top: 75px;
  }
}
#content #location p {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  #content #location p {
    padding-right: 35px;
    font-size: 14px;
    line-height: 18px;
  }
}
#content #location .map-container {
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/about/location.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: 250px;
}
@media screen and (min-width: 768px) {
  #content #location .map-container {
    height: 445px;
    background-position: center;
  }
}
#content #our-plant {
  padding-top: 40px;
  padding-bottom: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #content #our-plant {
    padding-top: 70px;
    padding-bottom: 300px;
  }
}
#content #our-plant .img-container {
  width: 100%;
  height: 330px;
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/about/our-plant.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #content #our-plant .img-container {
    height: 330px;
  }
}
#content #our-plant .text-container {
  max-width: 800px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-top: 35px;
}
#content #our-plant .text-container h2 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #222222;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #content #our-plant .text-container h2 {
    font-size: 64px;
    padding-bottom: 30px;
  }
}
#content #our-plant .text-container p {
  font-family: Work Sans;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #222222;
}
@media screen and (min-width: 768px) {
  #content #our-plant .text-container p {
    font-size: 14px;
    line-height: 18px;
  }
}
#content #our-team {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #content #our-team {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
#content #our-team:after {
  content: "";
  background-color: #162F23;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #content #our-team:after {
    width: 70%;
  }
}
#content #our-team .container {
  position: relative;
  z-index: 2;
}
#content #our-team .lines {
  position: absolute;
  top: 0;
  left: 20px;
  margin-left: 0;
  bottom: 0;
  height: 100%;
  border-left: 1px dashed white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #content #our-team .lines {
    left: 50%;
    margin-left: 38px;
  }
}
#content #our-team .text-container {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #content #our-team .text-container {
    padding-left: 50px;
    padding-top: 0;
  }
}
#content #our-team .text-container h2 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #content #our-team .text-container h2 {
    font-size: 64px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
#content #our-team .text-container ul {
  list-style: none;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #content #our-team .text-container ul {
    padding: 0;
  }
}
#content #our-team .text-container li {
  font-family: Work Sans;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #content #our-team .text-container li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
#content #our-team .text-container li:after {
  content: "";
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/about/leaf.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (min-width: 768px) {
  #content #our-team .text-container li:after {
    width: 34px;
    height: 34px;
    left: -44px;
  }
}
#content #green-life {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #content #green-life {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
#content #green-life .text-container h2 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #222;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #content #green-life .text-container h2 {
    font-size: 64px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
#content #green-life .text-container p {
  font-family: Work Sans;
  font-size: 12px;
  line-height: 16px;
  color: #222;
}
@media screen and (min-width: 768px) {
  #content #green-life .text-container p {
    font-size: 14px;
    line-height: 18px;
  }
}