.paragraph-bold {
    margin-top: 30px;
}

h2.intro {
    color: #707070;
    font: 400 30px "Lora, Georgia, serif";
    line-height: 34px;
    font-style: italic;
    margin: 0 0 30px 0 !important;
    padding: 0 0 0 0 !important;
    text-align: left;
    font-weight: normal !important;
    letter-spacing: -.02em !important;
}

.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}

.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.random-posts .heading-random {
    text-transform: uppercase;
}

.read-these .title-read-these .heading-other-posts {
    color: #191919;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 16px;
}

.read-these.the-other-posts {
    margin-top: 20px;
}

.read-these {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 10px 16px;
}

.list-read-these li {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 16px;
    padding-top: 16px;
}

.link-read-these.link-other-posts {
    color: #505667;
    font-size: 18px;
    font-weight: normal;
}

.list-read-these .img-read-these {
    max-width: 100%;
    height: auto;
}

.list-read-these img {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.list-read-these li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.block-special h3 {
    position: relative;
    font-size: 20px !important;
    color: #595959;
    font-weight: 500;
    line-height: 1.8;
    text-transform: none;
    text-align: left;
}