/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-introduction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-introduction .lhs {
    width: 47%; }
    @media screen and (max-width: 768px) {
      .cp-introduction .lhs {
        width: 100%;
        margin-bottom: 2rem; } }
    .cp-introduction .lhs .desc {
      font-size: 2.4rem;
      font-family: "Gotham-Book";
      color: #000000;
      line-height: 32px; }
      @media screen and (max-width: 768px) {
        .cp-introduction .lhs .desc {
          font-size: 1.8rem;
          line-height: 24px; } }
  .cp-introduction .Rhs {
    width: 47%; }
    @media screen and (max-width: 768px) {
      .cp-introduction .Rhs {
        width: 100%; } }
    .cp-introduction .Rhs .desc {
      font-size: 1.6rem;
      font-family: "Gotham-Book";
      color: #000000;
      line-height: 24px;
      padding-bottom: 2.5rem; }
      @media screen and (max-width: 768px) {
        .cp-introduction .Rhs .desc {
          font-size: 1.4rem;
          line-height: 20px; } }

.cp-introduction .lhs {
  margin-top: 1.5rem; }

@media screen and (max-width: 768px) {
  .cp-introduction .Rhs {
    padding-bottom: 1rem; } }

.cp-introduction .Rhs .desc {
  color: #060606;
  padding-bottom: 1.5rem; }
