.c-designerBlock {
  padding-top: 0.12rem;
  padding-bottom: 2.2rem;
}
.c-designerTitle {
  font-size: 0.36rem;
  margin-bottom: 0.82rem;
}
.c-designer__name {
  font-size: 0.32rem;
  margin-bottom: 0.56rem;
}
.c-designer__txt p + p {
  margin-top: 0.44rem;
}
.c-designer a {
  color: #000000;
}

.c-designer__thumb img {
  width: 100%;
}

@media screen and (max-width: 779px) {
  .c-designer__thumb {
    width: 5rem;
    margin: 0 auto 0.68rem;
  }
}

@media screen and (min-width: 780px) {
  .c-designerTitle {
    font-size: 0.2rem;
    margin-bottom: 0.31rem;
    padding-top: 0.03rem;
  }
  .c-designerBlock {
    padding-top: 0;
    padding-bottom: 0.98rem;
    margin-top: -0.09rem;
  }
  .c-designer {
    grid-template-columns: 31.03448275862069% 1fr;
    column-gap: 0.4rem;
  }

  .c-designer__name {
    font-size: 0.2rem;
    margin-bottom: 0.32rem;
  }
  
  .c-designer__txt p + p {
    margin-top: 0.08rem;
  }
}