.blog{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
}
.blog1, .blog2{
    width: 100%;
}
.news-module{
    position: relative;
}
.news-card{
    width: 100%;
    text-decoration: none;
    color: #323232;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
}
.news-card:hover{
    color: #fff
}
.news-card:hover .news-card__wrapper{
    background: rgba(105, 40, 156, 0.9);
}
.news-card:hover .link, .news-card:hover .news-card__added{
    color: #fff;
}
.news-card:hover .link i{
    color: #323232;
}
.news-card:hover .link:hover i{
    color: #fff;
}
.news-card__img{
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FAFAFA
}
.news-card__img img{
    /* min-width: 100%; */
    max-width: 100%;
    /* min-height: 100%; */
    max-height: unset;
    object-fit: cover;

}
.news-card__wrapper{
    background: #FAFAFA;
    padding: 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;
}
.news-card__added{
    font-family: 'os';
    font-size: 10px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #B5B5B5;
    margin-bottom: 20px;
}
.news-card__title{
    font-family: 'fira500';
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card__text{
    font-family: 'os';
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.03em;
    margin-bottom: 36px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px){
    .blog{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .blog1, .blog2{
        max-width: 45%;
    }
    .news-card1:nth-child(odd) .news-card__img, .news-card2:nth-child(even) .news-card__img{
        height: 18.8vw;
    }
    .news-card1:nth-child(even), .news-card2:nth-child(odd){
        overflow: hidden;
    }
    .news-card1:nth-child(even) .news-card__img, .news-card2:nth-child(odd) .news-card__img{
        position: absolute;
        left: 1px;
        top: 1px;
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        height: -webkit-calc(100% - 2px);
        height: calc(100% - 2px);
        z-index: -1;
    }
    .news-card__wrapper{
        min-height: 22vw;
    }
    .news-card__text{
        margin-top: auto;
    }
}
@media screen and (min-width: 901px){
    .blog{
        max-width: -webkit-calc(90% - 30px);
        max-width: calc(90% - 30px);
    }
    .news-card__text{
        line-height: 180%;
        -webkit-line-clamp: 4;
    }
    .news-card__title{
        line-height: 160%;
        -webkit-line-clamp: 1;
    }
}
@media screen and (min-width: 1280px){
    .blog{
        max-width: -webkit-calc(90% - 40px);
        max-width: calc(90% - 40px);
        margin-bottom: 20px;
    }
    .news-card{
        margin-bottom: 65px;
    }
    .news-card__wrapper{
        padding: 31px 40px 17px 25px;
    }
    .news-card__added{
        margin-bottom: 15px;
        font-size: -webkit-calc(9px + (9 + 9 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(9px + (9 + 9 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .news-card__title{
        margin-bottom: 23px;
        font-size: -webkit-calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        -webkit-line-clamp: 2;
    }
    .news-card__text{
        margin-bottom: 14px;
        font-size: -webkit-calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        -webkit-line-clamp: 4;
    }
}
@media screen and (min-width: 1920px){
    .blog{
        max-width: -webkit-calc(90% - 60px);
        max-width: calc(90% - 60px);
    }
    .news-card{
        margin-bottom: 100px;
    }
    .news-card__wrapper{
        padding: 41px 60px 27px 40px;
    }
    .news-card__added{
        margin-bottom: 20px;
    }
    .news-card__title{
        margin-bottom: 35px;
    }
    .news-card__text{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 2560px){
    .blog{
        max-width: -webkit-calc(90% - 80px);
        max-width: calc(90% - 80px);
    }
    .news-card{
        margin-bottom: 135px;
    }
    .news-card__wrapper{
        padding: 61px 80px 37px 55px;
    }
    .news-card__added{
        margin-bottom: 30px;
    }
    .news-card__title{
        margin-bottom: 46px;
    }
    .news-card__text{
        margin-bottom: 27px;
    }
}
@media screen and (max-width: 900px){
}