/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-flex-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cp-flex-wrap.typ-nowrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .cp-flex-wrap .lhs,
  .cp-flex-wrap .rhs {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .cp-flex-wrap .lhs,
      .cp-flex-wrap .rhs {
        width: 100%; } }
