.p-information__category--important{
  border: 2px solid hsl(0deg 100% 50%);
    background: hsl(0deg 0% 100%);
    font-weight: 600;
    color: hsl(0deg 100% 50%);
}
@media screen and (max-width: 600px){
.p-information__box--left{
  width: 30%;
}
.p-information__ttl{
  text-align: left;
  width: 100%;
}
}
