.latest-new-sec .col{
    width: 50%;
    margin-bottom: 58px;
}
.latest-new-box{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.latest-new-box .img-wrapper{
    width: 47%;
}
.latest-new-box .content{
    width: 53%;
    padding: 30px 0 30px 40px;
}
.latest-new-sec{
    padding: 87px 0 108px;
}
.latest-new-box .img-wrapper{
    padding-top: 47%;
    border-radius: 5px;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 88% 100%, 0 100%, 0% 50%);
}
.latest-new-box .content .title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 45px;
    line-height: 1.32;
}
.latest-new-box .content .date{
    color: var(--blue);
    margin-bottom: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .latest-new-sec {
        padding: 70px 0;
    }
    .latest-new-sec .col{
        margin-bottom: 40px;
    }
    .latest-new-box .content .title{
        font-size: 28px;
    }
    .latest-new-box .content{
        padding: 25px 0 25px 25px;
    }
}
@media only screen and (max-width: 991px) {
    .latest-new-sec {
        padding: 70px 0;
    }
    .latest-new-sec .col{
        width: 100%;
        margin-bottom: 70px;
    }
    .latest-new-sec .container{
        max-width: 768px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-new-box .img-wrapper{
        width: 100%;
        padding-top: 100%;
    }
    .latest-new-box .content {
        padding: 20px 0 0;
        width: 100%;
    }
    .latest-new-box .content .title{
        margin-bottom: 30px;
    }
    .latest-new-sec {
        padding: 25px 0 60px;
    }
}