h2,
h3,
h4 {
    margin-bottom: 20px;
}

h2.wp-block-heading {
    border-bottom: 1px solid #ababab;
    border-top: 1px solid #ababab;
    font-size: var(--fontMax18Min16);
    padding: 8px 0;
    text-align: center;
}


ol {
    list-style: decimal;
    margin-left: 28px;
    margin-bottom: 20px;
}

.wp-block-button__link {
    align-items: center;
    background: #ececec;
    border: 1px solid #c9c9c9;
    border-radius: 100px;
    cursor: pointer;
    color: #424242;
    display: flex;
    gap: 13px;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    max-width: 348px;
    position: relative;
    width: calc(100% - 32px);
}

.pdf__text {
	text-decoration:underline;
	position: relative;
	padding-left:24px;
	margin-bottom: 16px;
}

.pdf__text::before {
	    background: url(../../images/common/icon-pdf_orange.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 16px;
    margin: auto;
    position: absolute;
     left: 0;
    top: 0;
    width: 16px;
}
