body.single-post .wp-site-blocks main .container {
margin-top: 20px;
}
@media (min-width: 1200px) {
body.single-post .wp-site-blocks main .container {
max-width: 1360px;
}
}
body.single-post .wp-site-blocks main .container h2.wp-block-heading,
body.single-post .wp-site-blocks main .container h3.wp-block-heading,
body.single-post .wp-site-blocks main .container h4.wp-block-heading {
font-family: var(--theme-font);
font-weight: 700;
font-size: 14px;
line-height: 25px;
letter-spacing: 13%;
text-transform: uppercase;
margin-bottom: 25px;
color: var(--theme-black);
}
body.single-post .wp-site-blocks main .container p {
font-family: var(--theme-font);
font-weight: 300;
font-size: 17px;
line-height: 21.6px;
letter-spacing: 0px;
color: var(--theme-black);
margin-bottom: 20px;
}