/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-media-card .img-wrap {
  width: 37rem;
  height: 37rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-media-card .img-wrap {
      width: 22.2rem;
      height: 22.2rem;
      margin-bottom: 1.2rem; } }

.cp-media-card .content-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.4rem; }

.cp-media-card .img-sec {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #c2c2c2; }
  @media only screen and (max-width: 768px) {
    .cp-media-card .img-sec {
      width: 2.4rem;
      height: 2.4rem;
      margin-right: 0.7rem; } }

.cp-media-card .customer-name {
  font-family: "Gotham-Bold";
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4a4a4a; }
  @media only screen and (max-width: 768px) {
    .cp-media-card .customer-name {
      font-size: 1.2rem;
      line-height: 1.2rem;
      margin-bottom: 0.4rem; } }

.cp-media-card .c-username {
  font-family: Helvetica;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-bottom: 0.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-media-card .c-username {
      line-height: 1.2rem;
      margin-bottom: 0.6rem; } }

.cp-media-card .c-quote {
  font-family: "Gotham-Medium";
  font-size: 1.4rem;
  color: #333; }

.cp-media-card .tag-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cp-media-card .tag-link {
  font-family: Helvetica;
  font-size: 1.2rem;
  color: #aeaeae;
  margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-media-card .tag-link {
      font-size: 1.1rem;
      margin-right: 0.8rem; } }

.cp-media-card.typ-event-com .img-wrap {
  width: 38.3rem;
  height: 37rem;
  margin-bottom: 2rem; }
