

.image-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgba(5, 70, 167, 0.05) 86%, #3A3285 100%);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}
.image-item .cont-text {
    position: absolute;
    bottom: 2%;
    left: 10px;
    color: white;
    z-index: 2;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}
.art img{
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    position: absolute;
    max-width: 700px !important;
    z-index: 3;
    /* left: 135px; */
    width: 57% !important;
    height: 446px;
}

.left-box {
    width: 70%;
    padding: 0px !important;
    padding-right: 20px !important;
}
.left-box p{
text-align: justify;
}
.image-item img {
    height: 400px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
p.date-text {
    padding-top: 2px;
}
@media only screen and (max-width: 1024px) {
    .left-box {
        width: 100%;
        padding: 0px !important;
        padding-right: 20px !important;
      }
      .art img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        position: absolute;
        /* max-width: 660px !important; */
        z-index: 3;
        left: 0px;
        width: 38% !important;
        height: 296px;
      
      }
}
@media (min-width: 300px) and (max-width: 767px) { 
    .art img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        position: relative !important;
        left: 0px;
        max-width: 100%;
        width: 100% !important;
        height: 400px;
      } 

}
