.yarpp-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.relateddate {
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

a.relatedtitle {
    font-size: 20px;
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
}

.relatedtitle {
    font-size: 12px;
    font-weight: 900;
}

.relatedheading {
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.relatedexcerpt p {
    font-size: 15px;
    font-weight: 400;
    height: auto;
    min-height: 160px;
    margin: 0 auto;
}

.relatedexcerpt {
    padding-bottom: 34px;
    padding-top: 0;
}

.relatedbox {
    max-width: 315px;
    padding: 0 5px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 15px;
}

.relatedbox img {
    object-fit: cover;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
}

.relatedauthor a {
    font-size: 12px;
    font-weight: 900;
    text-transform: capitalize;
    color: black;
}
