.related-post-ctn {
    padding-top: 0;
    padding-bottom: 60px;
}

.related-post-ctn .card {
    border: 2px solid #005FAF;
    border-radius: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.related-post-ctn .card:hover {
    border-color: #1A1A1A;
}

.related-post-ctn .card .rs-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.related-post-ctn .card .image-title {
    display: flex;
    gap: 10px;
    background-color: #E0E8EF;
    padding: 5px;
    align-items: center;
    justify-content: flex-start;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.related-post-ctn .card .card-image {
    align-self: center;
}

.related-post-ctn .card .card-image img {
    max-width: 75px;
    height: auto;
    max-height: 50px;
}

.related-post-ctn .card .card-title {
    font-size: 16px;
    font-weight: 600;
}

.related-post-ctn .card .card-content {
    padding: 15px;
}

.related-post-ctn .card .card-content p {
    font-size: 1em;
    margin: 0px;
    min-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
    color: black !important;
}