/* About */
content.about {
  width: 100%;
  height: auto;
}

/* Header */
content.about .content-header {
  width: 100%;
  height: auto;
  color: #ffffff;
  position: relative;
}
content.about .content-header .detail-image {
  width: 100%;
  height: auto;
}

/*.Content */
content.about .content-main { 
  width: 100%;
  min-height: auto;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

content.about .content-main article {
  width: 40%;
  padding: 5%;
}

content.about .content-main article h2 {
  font-size: 30px;
  text-transform: inherit;
  line-height: 36px;
  color: var(--color-orange);
  margin-bottom: 30px;
}
content.about .content-main article h3 {
  font-size: 30px;
  text-transform: inherit;
  margin-bottom: 30px;
}

content.about .content-main article.about-image {
  width: 60%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px;
}
content.about .content-main article.about-image img {
  width: 100%;
  height: auto;
}

content.about .content-main.about-quality {
  width: 100%;
  background-color: #ffead7;
  background-size: cover;
}
content.about .content-main.about-quality h3 {
  color: var(--color-orange);
}
content.about .content-main.about-quality article {
  width: 70%;
  margin: auto;
  text-align: center;
}
content.about .content-main.about-quality article img {
  width: 150px;
  margin: 0 auto 20px;
}

content.about .content-main h3 {
  color: var(--color-white);
  font-size: 24px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

content.about .about-services {
  width: 100%;
  height: auto;
  background-color: var(--color-orange);
  color: var(--color-white);
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
content.about .about-services article,
content.about .about-services article.about-image {
  height: auto;
}
content.about .about-services article {
  width: 40%;
  padding: 5% 5% 5% 0;
}
content.about .about-services article.about-image {
  width: 60%;
}

@media (max-width: 900px) {
  content.about .content-main {

  }
  content.about .content-main article {
    width: 100%;
    margin: auto;
    padding: 40px;
    text-align: left;
  }
  content.about .content-main article h2 {
    font-size: 24px;
  }
  content.about .content-header {
    height: auto;
  }
  content.about .content-header .detail-image {
    background: url('../img/headers/header-about-mobile.jpg') center center;
    background-size: cover;
    height: auto;
  }
  content.about .content-header .detail-image .detail-title {
    padding: 30px 70px;
  }
  content.about .content-header .detail-image .detail-title h1 {
    font-size: 18px;
    letter-spacing: 0;
  }
  content.about .content-main img {
    width: 100%;
    margin: 0;
  }

  content.about .content-main article h3 {
    font-size: 24px;
  }
  content.about .content-main.about-quality article {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  content.about .content-main article.about-image {
    width: 100%;
    padding: 0;
  }
}