.ls_list-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.ls_list-block__item{
    width: 48%;
    text-decoration: none;
    margin-bottom: 40px;
    color: #060f28;
    border-bottom: none;
}

.ls_list-block__title{
    font-size: 24px;
    margin-bottom: 15px;
    transition: 350ms;
    text-decoration: underline;
}

.ls_list-block__item:hover .ls_list-block__title{
    color: #0054ff;
    text-decoration-color: transparent;
}

.ls_list-block__text{
    font-size: 20px;
}

.ls_new-tag{
    text-transform: uppercase;
    color: #0054ff;
    font-weight: 700;
}

@media screen and (max-width: 1100px){
    a.ls_list-block__item{
        background: #fff;
        padding: 30px;
        border-radius: 20px;
        border: 1px solid #00000020;
    }

    .page-left.page-left-width{
        padding-right: 0;
    }
}

@media screen and (max-width: 576px){
    a.ls_list-block__item{
        width: 100%;
    }
}