.related_content {
    padding: 0 15px;
    margin: 0 auto 25px;
    max-width: 1400px;
}

.related_content .title-cont {
    text-align: center;
    position: relative;
}

.related_content .title-cont .section-icon {
    height: 40px;
    width: 40px;
    line-height: 42px;
    border-radius: 50%;
    border-top-right-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

.related_content .title-cont h2 {
    display: inline-block;
    font-family: "Marine-BoldItalic";
    margin-left: 8px;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 32px;
    line-height: 34px;
}

.related_content .cols {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.related_content.twoSlides .cols {
    justify-content: space-evenly;
}

.related_content.threeSlides .cols {
    justify-content: space-around;
}

.related_content .slide {
    padding: 15px;
    /* margin-bottom: 15px; */
}

.related_content .slide .img-cont {
    margin-bottom: 18px;
    position: relative;
}


.related_content .caption-cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.related_content .caption-cont h5 {
    font-family: 'Avenir LT W01_55 Roman1475520';
    margin-bottom: 0;
    font-size: 12px;
    text-transform: capitalize;
}

.related_content .icon-cont button{
    background: transparent;
    padding: 0;
    color: #dd1c02;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

.related_content .caption-cont .category {
    font-weight: bold;
}
.related_content .content-section {
    position: relative;
}
.related_content .content-section h4 {
    color: #222;
    font-family: 'Avenir LT W01_95 Black1475556';
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
}

.related_content .content-section h4 a:hover {
    color: #222;
}

.related_content .content-section p {
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    margin-bottom: 10px;
}

.related_content .content-section .read-more {
    color: #fd801c;
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-weight: bold;
    margin-right: 6px;
}

.related_content .content-section .read-time {
    display: inline-block;
    color: #818286;
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
}
@media(min-width:1025px) and (max-width:1135px){
    .related_content .content-section .read-more,
    .related_content .content-section .read-time {
        font-size: calc(14px + (16 - 14) * ((100vw - 1025px) / (1135 - 1025)));
    }
}

.related_content .content-section .read-time i {
    margin: 0 5px;
}
.related_content .content-section .icon-cont.bottom {
    position: absolute;
    right: 0;
    bottom: 7px;
}
.related_content .see-all {
    text-align: center;
}

.related_content .see-all a {
    color: #222;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    font-family: 'Avenir LT W01_55 Roman1475520';
}

@media(min-width: 641px) {
    .related_content .title-cont .section-icon {
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 25px;
    }

    .related_content .title-cont h2 {
        font-size: 48px;
        line-height: 50px;
        margin-left: 14px;
    }

    .related_content .slide {
        width: 50%;
    }
}

@media(min-width: 1025px) {
    .related_content .slide {
        width: 25%;
    }

    .related_content .caption-cont h5 {
        font-size: 14px;
    }

    .related_content .content-section h4 a:hover {
        color: #0069b5;
    }

    .related_content .content-section .read-more:hover {
        border-bottom: 1px solid #fd801c;
    }

    .related_content .see-all a:hover {
        background-color: #fd801c;
        color: #fff;
    }

    .related_content.twoSlides .cols .slide:nth-child(1) {
        position: relative;
        left: 30px;
    }

    .related_content.twoSlides .cols .slide:nth-child(2) {
        position: relative;
        right: 30px;
    }
}
