.post {
    width: 584px;
    max-width: 584px;
}

.post h1,
.post h2,
.post h3,
.post p,
.post span {
    font-family: "Roboto";
}

.post h1 {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #000000;
    margin: 25px 0;
}

.post h1:first-of-type {
    margin-top: 0px !important;
}

.post h2 {
    font-size: 26px !important;
    font-weight: bold !important;
    color: #000000;
    margin: 25px 0;
}

.post h3 {
    font-size: 24px !important;
    color: #000000;
    margin: 25px 0;
}

.post h4,
.post h5 {
    max-width: 445px;
    line-height: 30px;
    font-weight: 400;
    margin: 30px auto;
    color: #007B8B;
}

.post h4 {
    font-size: 26px !important;
}

.post h5 {
    font-size: 24px !important;
}

.post h6 {
    font-size: 14px !important;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

.post h6 span {
    font-size: 14px !important;
}

.post h6 a {
    font-size: 14px !important;
}

.post .img {
    margin-bottom: 30px !important;
    /* display: none; */
    margin: 0;
}

.post .img img {
    margin: 0 !important;
}

.post .sub-title {
    display: none;
}

.post img {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

.post p {
    margin: 10px auto !important;
    line-height: 21px !important;
}

.post p,
.post span {
    font-size: 16px !important;
    color: #000000;
    max-width: 584px;
    margin: auto;
}

.post a {
    font-size: 16px !important;
    color: #007B8B !important;
    text-decoration: underline !important;
}

.post .slick-arrow {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: calc(50% - 3.1em);
}

.post .slick-arrow.slick-prev {
    left: 10px;
}

.post .slick-arrow.slick-next {
    right: 10px;
}

.post .slick-dots {
    display: flex !important;
    gap: 5px;
    padding: 0 5px;
}

.post .slick-dots li button {
    content: '';

    height: 10px;
    width: 10px;

    border-radius: 5px;

    background-color: #0007;

    font-size: 1px;
    color: #0000;

    transition: all .2s;
}

.post .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0.95);
}

.post .slideshow {
    max-width: 584px;
    width: 100%;

    margin: 30px 0;
}

.post .slick-slide img {
    max-width: 584px;
    width: 100%;
    margin-top: 0 !important;
}

.post .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 30px 0px;
}

.post .grid>div {
    height: 237px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.post .grid>div a {
    height: 100%;
    width: auto;
}

.post .grid>div img {
    height: 100%;
    width: auto;
    margin-top: 0px;
}


.post .grid>div:last-child {
    width: 584px;
    height: 348px;
}

.post .grid>div:last-child img {
    height: unset;
    width: 100%;
}

.post .grid> :nth-child(4) {
    grid-column: 1/4;
}

.post-page .content-area {
    margin-top: 0px !important;
}

#st-1 .st-btn>img {
    margin: auto;
}