.new-one h3{

}
.line2 {
    display: none;
}
.left-new{
    display: flex;
    flex-direction: column;
    padding-left: 75px !important;
}
.new-one{
    padding-right: 67px !important;
}
.new-one .title-new{
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 49px;
    text-transform: inherit;
    align-items: center;
    color: #434343;
}
.date{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A4A4;
    margin-bottom: 10px;
}
.new-one img{
    width: 100%;
}
.new-one p{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #A8A4A4;
}
.new-one .item-image{
    width: 100%;
    margin-bottom: 60px;
}
.new-one .item-image img{
    width: 100%;
    max-width: 100%;
}
.left-new .title{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    margin-bottom: 34px;
    margin-top: 40px;
    padding-left: 30px;
}
.left-new .items{
    padding-left: 30px;
    border-left: 1px solid #E0E0E0;
}
.item-new{
    height: 212px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    transition: .5s;
}
.item-new:last-child{
    border-bottom: 0;
    height: auto;
    margin-bottom:0;
}
.item-new .item-image{
    width: 100%;
}
.item-new img{
    width: 100%;
    border:2px solid transparent;
    transition: .5s;
}
.item-new:hover img{
    border:2px solid #E63B44;
}
.item-new:hover a{
    color: #E63B44;
}
.articleBodyNew img{
    margin-top: 40px;
}
.articleBodyNew{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #A8A4A4;
}
@media (min-width: 768px) and (max-width: 991px) {
    .line2 {
        display: none;
    }
    .left-new{
        display: none;
    }
    .new-one{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .line2 {
        display: none;
    }
    .left-new{
        display: none;
    }
    .new-one{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .new-one .title-new{
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        display: flex;
        align-items: center;
        color: #434343;
        margin: 10px 0 50px;
    }
}