.about-head {
  height: 500px;
  width: 100%;
  background-image: url(/images/about-background.png?930e335488f6edc265d961648733aedc);
  background-repeat: no-repeat;
  background-position: center;
}

.about-glassy {
  height: inherit;
  position: relative;
}

.about-glassy::before {
  content: '';
  width: 100%;
  height: inherit;
  z-index: 0;
  position: absolute;
  background: #F58718;
  mix-blend-mode: multiply;
}

.about-text-container {
  position: absolute;
  padding: 0 15%;
}

.about-text-container h3 {
  margin-top: 160px;
  font-size: 60px;
  line-height: 76px;
  color: #FFFFFF;
  mix-blend-mode: unset;
}

.about-text-container h4 {
  margin-top: 25px;
  max-width: 650px;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 16.8%;
  height: 99%;
  z-index: 400;
  width: 5px;
  background: #D4D4D4;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #D4D4D4;
  width: 23px;
  height: 23px;
  z-index: 400;
}

ul.timeline > li.first:before {
  border: 4px solid #F56400;
}

li > .right {
  margin-left: 45px;
  font-size: 20px;
  line-height: 26px;
  color: #141720;
}

li > .left {
  margin-right: 25px;
  font-size: 20px;
  line-height: 26px;
  color: #D4D4D4;
}

p.about-history {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #5D5F65;
  text-align: justify;
  padding-bottom: 12px;
}

h3.about-history-title {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #2B2B2B;
}

.services-block {
  background: #F6F6F6;
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
}

.icon-tiles {
  max-width: 80px;
  max-height: 65px;
  height: auto;
  margin: 20px 0;
}

.services-head {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #2B2B2B;
}

.service {
  margin: 95px auto 50px;
}

.info-services {
  width: 100%;
  min-height: 490px;
}

.image-houses {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info-services > div > div > p {
  color: white;
  max-width: 600px;
}

.info-block {
  padding: 90px 70px;
}

@media (max-width: 600px) {
  ul.timeline:before {
    left: 20%;
  }

  ul.timeline {
    margin-right: 15px;
    margin-left: 15px;
  }

  li > .left {
    margin-right: 30px;
    font-size: 17px;
    line-height: 26px;
    margin-top: -1px;
    margin-left: 0px;
  }

  li > .right {
    margin-left: 35px;
    font-size: 15px;
    line-height: 26px;
    color: #141720;
  }
}

.aboutBlockQuote {
  width: 100%;
  font-size: 28px;
  line-height: 35px;
  align-items: center;
  text-align: center;
  display: inline-block;
  color: #F56400;
  margin: auto;
}

.quotes {
  font-size: 60px;
  color: rgba(72, 72, 72, 0.5);
}

