/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#main.concept .firstRow {
  padding: 2rem 0;
}

#main.concept .firstRow .desc {
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

#main.concept .firstRow .banner {
  width: 100%;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.concept .firstRow .banner {
    width: 60%;
  }
}

#main.concept .firstRow .banner img {
  width: 100%;
}

#main.concept .secondRow .item {
  background-color: #F2F1EC;
  margin-bottom: 1.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item {
    flex-direction: row;
    padding: 1.5rem;
    align-items: flex-start;
  }
  #main.concept .secondRow .item.reverse {
    flex-direction: row-reverse;
  }
  #main.concept .secondRow .item.reverse .rightSide {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

#main.concept .secondRow .item .top {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .top {
    display: none;
  }
}

#main.concept .secondRow .item .top h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .top h3 {
    text-align: left;
  }
}

#main.concept .secondRow .item .leftSide {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .leftSide {
    width: auto;
    flex: 1;
    margin-top: 0;
  }
}

#main.concept .secondRow .item .leftSide h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
  display: none;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .leftSide h3 {
    text-align: left;
    display: block;
  }
}

#main.concept .secondRow .item .leftSide p {
  display: none;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .leftSide p {
    display: block;
  }
}

#main.concept .secondRow .item .leftSide ul {
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .leftSide ul {
    margin-top: 1.25rem;
  }
}

#main.concept .secondRow .item .leftSide ul li {
  margin-bottom: 0.5rem;
}

#main.concept .secondRow .item .leftSide ul li:last-child {
  margin-bottom: 0;
}

#main.concept .secondRow .item .rightSide {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.concept .secondRow .item .rightSide {
    width: 35%;
    margin-left: 1.5rem;
  }
}

#main.concept .thirdRow {
  padding: 1.5rem 0;
}

#main.concept .thirdRow h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

#main.concept .thirdRow p {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #main.concept .thirdRow p {
    padding: 0.5rem;
  }
}

#main.concept .thirdRow img {
  width: 100%;
  margin: auto;
  margin-top: 1rem;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.concept .thirdRow img {
    width: 75%;
  }
}

/*# sourceMappingURL=concept.css.map */