.related-posts {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 55px;
    background-color: var(--frost-blue);
}
.related-posts .related-post-title {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-bottom: 6px solid var(--black);
    margin-bottom: 20px;
}
.related-posts .related-post-title .col:nth-of-type(2) .simple-btn-link,
.related-posts .related-post-title h6 {
    text-transform: uppercase;
}
.related-posts .row.related-post-grid {
    width: auto;
    margin: 0 -15px 40px;
    justify-content: flex-start;
}
.related-posts .related-post-title .col:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
}
.related-posts .related-post-grid {
    justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
}
.related-posts .related-post-grid .col {
    padding: 10px 15px;
}
.related-posts .related-post-grid .col .post-grid-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--frost-blue);
    margin-bottom: 25px;
    position: relative;
}
.related-posts .related-post-grid .col .post-grid-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: auto 302/220;
}
.related-posts .related-post-grid .col .post-grid-image .redirect_hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    text-align: right;
    background-color: var(--tca-blue);
    filter: opacity(0);
    transition: 0.25s ease-in-out;
}
.related-posts .related-post-grid .col .post-grid-image .redirect_hover a {
    color: var(--white);
    display: block;
}
.related-posts .related-post-grid .col .post-grid-image .redirect_hover .simple-btn-link::after {
    background-position: -175px -190px;
}
.related-posts .related-post-grid .col h4 {
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    .related-posts .related-post-title {
        flex-direction: row;
        padding-bottom: 15px;
        justify-content: space-between;
    }
    .related-posts .row.related-post-grid {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 50px;
    }
    .related-posts .related-post-grid .slick-slide {
        height: fit-content;
    }
    .related-posts .slick-dots {
        bottom: 0 !important;
        max-width: 100%;
        text-align: left;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .related-posts .slick-dots li {
        margin-bottom: 5px !important;
    }
    .related-posts .slick-dots li button {
        opacity: 1;
        background-color: var(--light-blue) !important;
    }
    .related-posts .slick-dots li.slick-active button {
        background-color: var(--tca-blue) !important;
    }
    .related-posts .related-post-grid .col .post-grid-image {
        margin-bottom: 20px;
    }
    .related-posts .related-post-title .col:first-of-type {
        max-width: 65%;
    }
    .related-posts .related-post-title .col:nth-of-type(2) {
        max-width: 33%;
    }
    .related-posts .related-post-title .col:nth-of-type(2) .simple-btn-link {
        text-align: right;
    }
    .related-posts {
        padding-bottom: 0;
        background-color: var(--white);
    }
    .related-posts .related-post-grid .col {
        padding: 0;
    }
    .related-post-list{
        margin: 50px 0px 30px 0px;
    }
    .related-post-list .col .post-grid-image{ display: none; }
    .related-post-list .col a{
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }
    .related-post-list .col a h4{
        font-size: 16px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .related-posts .related-post-grid .col:hover .post-grid-image .redirect_hover {
        filter: opacity(1);
    }
    .related-posts .related-post-grid .col:hover h4 {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .related-posts .related-post-title {
        justify-content: space-between;
    }
    .related-posts .related-post-title .col:first-of-type {
        max-width: 70%;
    }
    .related-posts .related-post-title h6 {
        font-size: 26px;
    }
    .related-posts .related-post-grid .col {
        padding: 10px;
    }
    .related-posts .related-post-title .col:nth-of-type(2) {
        max-width: 25%;
    }
    .related-posts .related-post-grid .col .post-grid-image {
        height: 150px;
    }
    .related-posts .row.related-post-grid {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .related-posts .related-post-title {
        justify-content: space-between;
    }
    .related-posts .related-post-grid .col {
        padding: 10px;
    }
    .related-posts .related-post-title .col:first-of-type {
        max-width: 70%;
    }
    .related-posts .related-post-title .col:nth-of-type(2) {
        max-width: 25%;
    }
    .related-posts .related-post-grid .col .post-grid-image {
        height: 160px;
    }
    .related-posts .row.related-post-grid {
        margin-left: -10px;
        margin-right: -10px;
    }
}
