
/* ------ shape top page --------  */

  #pointer { 
    width: 285px;
    height: 80px;
    position: relative;
    background: #01c0c8;
    color: #ffffff;
    margin-right: 30px;
  }
  #pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #01c0c8;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

.shape-row {
    flex-direction: row-reverse;
    padding: 0px 20px;
}
 
.shape-text {
    flex-direction: column;
    text-decoration: none;
}


/* test img */

.pic {
    width: 100%;
    height: 100%;;
}