.ptothp2024sk-button p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.ptothp2024sk-button a {
  display: block;
  background-color: #aa1a1a;
  color: #ffffff;
  font-size: 16px;
  padding: 0.5em 0.5em;
  border-radius: 10px;
  margin-bottom: 0.5em;
  width: 22em;
}
.ptothp2024sk-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ptothp2024sk-button i {
  margin-right: 5px;
}

@media screen and (max-width:767px) {
  .ptothp2024sk-button p {
    font-size: 13px;
  }
  .ptothp2024sk-button a {
    font-size: 13px;
    width: auto;
  }
}
