.blogLayout.tests .introText p{
    margin-bottom: 0;
}

.blogLayout.tests .items-leading{
    margin-top: 40px;
}

.blogLayout .article.test > a {
    display: flex;
    height: 105px;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #DADCE1;
    box-shadow: 0 5px 10px -3px rgba(59,59,59,0.20);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
}
.blogLayout .article.test > a:hover, .blogLayout .article.test > a:focus {
    border: 1px solid #92D331;
    box-shadow: 0 3px 15px 1px rgba(146, 211, 49, 0.40);
}

.blogLayout .article.test > a:hover .testItemTitle, .blogLayout .article.test > a:focus .testItemTitle {
    color: #92D331;
}

.blogLayout .article.test > a img{
    height: unset;
}

.testItemIntro{
    flex: 0 0 105px;
}

.testItemArticle{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.testItemArticle .testItemTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    text-transform: uppercase;
    max-height: 75px;
    overflow: hidden;
}

.testItemArticle .btnPrimary {
    margin-left: 15px;
}


@media (min-width: 1025px) and (max-width: 1340px){
    .testItemIntro{
        flex: 0 0 138px;
    }

    .testItemArticle {
        flex-direction: column;
        align-items: baseline;
    }

    .testItemArticle .testItemTitle {
        font-size: 16px;
        line-height: 22px;
        max-height: 66px;
    }

    .testItemArticle .btnPrimary{
        margin: 10px 0 0 0;
    }

    .blogLayout .article.test > a {
        height: 138px;
    }
}

@media (max-width: 960px){
    .testItemIntro{
        flex: 0 0 138px;
    }

    .testItemArticle {
        flex-direction: column;
        align-items: baseline;
    }

    .testItemArticle .testItemTitle {
        font-size: 16px;
        line-height: 22px;
    }

    .testItemArticle .btnPrimary{
        margin: 10px 0 0 0;
    }

    .blogLayout .article.test > a {
        height: 138px;
    }
}

@media (max-width: 960px){
    .blogLayout.tests .introText{
        margin-bottom: 30px;
    }
    .blogLayout.tests .items-leading{
        margin-top: 30px;
    }
}