@font-face {
  font-family: 'Oxygen';
  src: url('Oxygen-Regular.eot?#iefix') format('embedded-opentype'),
       url('Oxygen-Regular.woff') format('woff'),
       url('Oxygen-Regular.ttf') format('truetype'),
       url('Oxygen-Regular.#Oxygen-Regular') format('svg');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'Oxygen';
  src: url('Oxygen-Light.eot?#iefix') format('embedded-opentype'),
       url('Oxygen-Light.woff') format('woff'),
       url('Oxygen-Light.ttf') format('truetype'),
       url('Oxygen-Light.#Oxygen-Light') format('svg');
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: 'Oxygen';
  src: url('Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
       url('Oxygen-Bold.woff') format('woff'),
       url('Oxygen-Bold.ttf') format('truetype'),
       url('Oxygen-Bold.#Oxygen-Bold') format('svg');
  font-weight: 500;
  font-style: normal
}

#special-content {
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  max-width: 990px;
  background-color: white;
}

#special-content h2 {
  font-weight: normal;
  font-size: 3.2rem;
  text-align: center;
  line-height: 4.2rem;
  color: white;
  padding: 0 1rem;
}
#special-content h2 span {
  font-weight: 500;
  font-size: 4.7rem;
}
#special-content h3 {
  font-weight: normal;
  font-size: 2.8rem;
  text-align: center;
  line-height: 3.4rem;
  color: white;
  margin: 2rem 0;
}
#special-content h3 span {
  color: #629cd2;
}
#special-content p.text-content {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  color: white;
  line-height: 1.4;
  padding: 0 1rem;
}
#special-content p.text-features {
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
  padding: 0.5rem 1.4rem;
  min-height: 7rem;
  overflow: hidden;
  margin-bottom: 0;
  color: #5f6062;
}

#special-content img {
  max-width: 100%;
}
#special-content .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#special-content .flex-row.top-row {
  background-color: #629cd2;
  position: relative;
  margin-bottom: 0.6rem;
}
#special-content .flex-row .item-content{
  flex: 1 1 50%;
}
#special-content .flex-row.colors-row .item-content{
  flex: 1 1 50%;
}
#special-content .flex-row .line-divided {
  width: 100%;
  border-bottom: 15px solid #b7c930;
  position: absolute;
  bottom: -10px;
}
#special-content .flex-row .line-divided-top {
  width: 100%;
  border-bottom: 15px solid #b7c930;
  position: absolute;
  top: -15px;
}

#special-content .item-content.subtitle-row{
  background-color: #b7c930;
}

#special-content .flex-row.features-row{
  margin-bottom: 2rem;
}
#special-content .flex-row.features-row .item-content{
  margin: 3rem 1.3rem 0;
  flex: 1 1 280px;
  text-align: center;
}
#special-content .flex-row.features-row .item-content img{
  border: 5px solid #ffc305; /*#f68d3a*/
  border-radius: 30px;
}

#special-content .line-divided-footer {
  width: 100%;
  border-bottom: 30px solid #b7c930;
  margin-top: 3rem;
}

@media(max-width: 768px){
  #special-content {width: 100%;}
  #special-content h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
  #special-content h2 span {
    font-size: 3.2rem;
  }
  #special-content .flex-row.top-row.description-row {
    flex-direction: column-reverse;
  }
  #special-content h3 {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  #special-content p.text-content {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  #special-content p.text-features {
    font-size: 1.3rem;
    min-height: 6rem;
  }
  #special-content .flex-row .item-content{
    flex: 1 1 100%;
  }
  #special-content .flex-row.features-row{
    text-align: center;
  }
  #special-content .flex-row.features-row .item-content{
    margin: 3rem 1rem 0;
    flex: 0 1 320px;
  }
}