.stork-like-content {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 3rem;
}


.stork-like-content strong {
  font-weight: bold;
}

.stork-like-content h1{
  font-size: 1.9em;
  margin: 1.5rem 0;

}
.stork-like-content h3 {
  border-top: 4px solid #cc2b2b;
  border-bottom: 4px solid #cc2b2b;
  padding: 0.5em 0.2em;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.75em;
  font-weight: 500;
}

.stork-like-content ul {
  list-style: none;
    padding-left: 2rem;
  margin-bottom: 2em;
}

.stork-like-content ul li {
  margin: 0.8em 0;
  line-height: 1.6;
}

.stork-like-content ul li:last-child {
  margin-bottom: 0;
}

.stork-like-content ul li::before {
  content: '●';
  color: #cc2b2b;
  font-size: 0.9em;
  margin-right: 0.6em;
}
@media only screen and (max-width: 480px) {
.stork-like-content h1{
font-size: 115%;
}

.stork-like-content h3{
font-size: 105%;
}
}