.nav-imagebox .inner {
	position: relative;
}

.nav-imagebox .img-cont {
	position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.nav-imagebox .slide {
    padding: 0 15px 30px;
    max-width: 320px;
}

.nav-imagebox .img-cont img {
    width: 100%;
}

.nav-imagebox .content-section h4,
.nav-imagebox .content-section h4 a {
	font-size: 17px;
    line-height: 29px;
    color: var(--muted-brown);
    font-family: var(--knockout-48);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-imagebox .content-section .read-more {
    position: relative;
    font-size: 17px;
    line-height: 22px;
    color: var(--blue-gray);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 0 2px 15px;
    display: flex;
    align-items: center;
}

.nav-imagebox .content-section .read-more:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    content: "";
    border-left: 5px solid var(--blue-gray)
}

.nav-imagebox .content-section .read-more i {
    font-size: 13px;
    margin-left: 5px;
}

@media screen and (min-width: 1220px) {
    .nav-imagebox .slide {
        margin: 30px 30px 30px 0;
        padding: 0;
        max-width: none;
    }

    .nav-imagebox .img-cont {
        width: 100%;
        max-width: 490px;
    }
    .nav-imagebox .img-cont::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        pointer-events: none;
    }

	.nav-imagebox .content-section {
        position: absolute;
		left: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        padding: 15px;
    }
    .nav-imagebox .content-section h4,
    .nav-imagebox .content-section h4 a {
        font-size: 23px;
        line-height: 23px;
        margin: 0;
        padding: 0;
        flex: 1;
    }

    .nav-imagebox .content-section a.read-more {
        position: relative;
        font-size: 17px;
        line-height: 22px;
        color: #fff;
        font-family: var(--poppins);
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        padding: 2px 0 2px 15px;
        display: flex;
        align-items: center;
        width: auto;
        margin-bottom: 5px;
    }
    
    .nav-imagebox .content-section .read-more:before {
        border-left: 5px solid #fff
    }
    .nav-imagebox .slide .img-cont a {
        padding: 0;
    }
}