/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-creator-card .content-wrap {
  padding: 2rem 0; }

.cp-creator-card .creator-name {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #4a4a4a;
  font-family: "Gotham-Bold";
  margin-bottom: 0.2rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .cp-creator-card .creator-name {
      margin-bottom: 0.4rem; } }

.cp-creator-card .creator-post {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #4a4a4a;
  font-family: "Gotham-Book"; }
  @media only screen and (max-width: 768px) {
    .cp-creator-card .creator-post {
      font-size: 1.6rem; } }

.cp-creator-card .creator-desc {
  font-size: 1.6rem;
  color: #4a4a4a;
  font-family: "Gotham-Book";
  line-height: 2.4rem;
  padding-top: 2rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 768px) {
    .cp-creator-card .creator-desc {
      padding-right: 0;
      padding-top: 0.6rem; } }

.cp-creator-card .socialIcon {
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  color: #4a4a4a; }
  @media only screen and (max-width: 768px) {
    .cp-creator-card .socialIcon {
      font-size: 1.8rem;
      margin-top: 1.5rem; } }

.cp-creator-card .social-media-icon img {
  margin-top: 1.5rem;
  width: 10.2rem;
  height: 2.6rem; }
