@media screen and (min-width: 960px) {
  /* PC */
  /* ----------  ---------- */
  .cta-block {
    width: 100%;
    height: 100%;
  }

  .cta-block__title {
    margin-bottom: 2rem;
  }

  .cta-block__title p {
    color: inherit;
    font-size: 1.45rem;
    font-weight: bold;
  }

  .cta-block__text {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .cta-block__text p {
    color: inherit;
  }

  .cta-block__button {
    width: min-content;
    min-width: 15rem;

    text-align: center;

    border-radius: 7.5px;

    margin-right: auto;
    margin-left: auto;

    transition-property: all;
    transition-duration: 0.33s;
    transition-timing-function: ease;
  }

  .cta-block__button a {
    display: block;
    color: inherit;
    text-decoration: none;

    padding-top: 10.5px;
    padding-right: 15px;
    padding-bottom: 10.5px;
    padding-left: 15px;
  }

  .cta-block__button:hover {
  }
}

@media screen and (max-width: 959px) {
  /* Tablet and Mobile */
  /* ----------  ---------- */
  .cta-block {
    width: 100%;
    height: 100%;
  }

  .cta-block__title {
    margin-bottom: 2rem;
  }

  .cta-block__title p {
    color: inherit;
    font-size: 1.45rem;
    font-weight: bold;
  }

  .cta-block__text {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .cta-block__text p {
    color: inherit;
  }

  .cta-block__button {
    width: min-content;
    min-width: 15rem;

    text-align: center;

    border-radius: 7.5px;

    margin-right: auto;
    margin-left: auto;

    transition-property: all;
    transition-duration: 0.33s;
    transition-timing-function: ease;
  }

  .cta-block__button a {
    display: block;
    color: inherit;
    text-decoration: none;

    padding-top: 10.5px;
    padding-right: 15px;
    padding-bottom: 10.5px;
    padding-left: 15px;
  }

  .cta-block__button:hover {
  }
}
