.post-content {
    color: rgb(255, 255, 255);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}



@media (min-width: 1024px) {
    .post-content {
        font-size: 23px;
        font-weight: 400;
    }
}

.post-content h1,
.post-content h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: 2.375rem;
}

@media (min-width: 1024px) {

    .post-content h1,
    .post-content h2 {
        font-size: 120px;
        font-weight: 900;
        line-height: 75%;
        margin-top: 5.1875rem;
        margin-bottom: 6.375rem;
        text-align: left;

        width: 100vw;
        box-sizing: border-box;
        position: relative;
        left: 50%;
        transform: translateX(-50vw);
    }
}

.post-content h3,
.post-content h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    color: #f0f0f0;
}

@media (min-width: 1024px) {

    .post-content h3,
    .post-content h4 {
        font-size: 40px;
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }
}

@media (max-width: 769px) {

    .post-content h3,
    .post-content h4 {
        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }
}

.post-content h5,
.post-content h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
}

@media (min-width: 1024px) {

    .post-content h5,
    .post-content h6 {
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }
}

@media (max-width: 769px) {

    .post-content h5,
    .post-content h6 {
        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }
}

.post-content p {
    margin-bottom: 1.25em;
}

@media (min-width: 1024px) {
    .post-content p {
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }

    .post-content .wp-block-buttons {
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }
}

@media (max-width: 769px) {
    .post-content p {
        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }

    .post-content .wp-block-buttons {
        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }

}

.post-content figure {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-bottom: 10px;
}

.post-content figure img {
    max-width: 100%;
    height: auto;
    display: block;
}

.post-content figure.wp-block-image.size-full {
    width: auto !important;
    max-width: 100% !important;
}

@media (min-width: 1024px) {
    .post-content figure {
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }
}

@media (max-width: 769px) {
    .post-content figure {
        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }
}

.post-content ul,
.post-content ol {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 1.25em;
}

@media (min-width: 1024px) {

    .post-content ul,
    .post-content ol {
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }

    .post-content ul li p {
        margin: 0;
    }
}

@media (max-width: 769px) {

    .post-content ul,
    .post-content ol {

        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }
}

.post-content table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1.25em;
    border-collapse: collapse;
}

.post-content td,
.post-content th {
    color: rgb(255, 255, 255);
    padding: 0.5em;
    text-align: left;
    border: none;
    vertical-align: top;
}

.post-content tr>td:first-child {
    width: 80px;
}


.post-content strong,
.post-content b {
    color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
    .post-content blockquote p {
        margin: 0;
    }

    .post-content blockquote {
        margin-bottom: 1.25em;
        margin-inline-start: 110px;
        margin-inline-end: 110px;
        padding: 1em 1.5em;
        background-color: rgb(135, 135, 135);
    }

    .post-content cite {
        margin-inline-start: 110px;
        margin-inline-end: 110px;
    }

    .post-content blockquote cite {
        margin: 0;
    }

    .post-content .has-background {
        background-color: transparent !important;
    }
}

@media (max-width: 769px) {
    .post-content blockquote p {
        margin: 0;
    }

    .post-content blockquote {
        margin-bottom: 1.25em;
        margin-inline-start: 29px;
        margin-inline-end: 29px;
        padding: 1em 1.5em;
        background-color: rgb(135, 135, 135);
    }

    .post-content cite {
        margin-inline-start: 29px;
        margin-inline-end: 29px;
    }

    .post-content blockquote cite {
        margin: 0;
    }

     .post-content .has-background {
        background-color: transparent !important;
    }
}