h1, h2, h3, h4 {
    font-family: "Play";
    font-weight: 700;
    color: #EBEBEB;	
}

h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    opacity: 0.84;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    opacity: 0.84;
    width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-top: 18px;
	margin-bottom: 18px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-top: 12px;
	margin-bottom: 12px;
}

ul, ol {
    margin: 1em 0;
    padding-left: 1.5em;
    list-style-position: outside;
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.6;
}

ol {
    list-style-type: decimal;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 12px;
}

.entry-content img {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Блоки персон */
.person-block {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
	background-image: url(../../assets/image/cards/background-blue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.person-block img {
  border-radius: 50%;
  max-width: 80px;
  height: auto;
}

.comments-section {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}