
.sb-block.recommendations .section__title {
    display: flex;
    justify-content: space-between;
}
.sb-block.recommendations .section__title .second-heading {
    max-width: 480px;
    margin-right: 15px;
}
.sb-block.recommendations .blog-link {
    font-size: 15px;
    font-weight: 600;
    color:#5DA1FF;
    display: flex;
    align-items: center;
}
.sb-block.recommendations .blog-link svg {
    margin-left: 8px;
    max-width: 15px;
}

@media (max-width: 767px) {
    .sb-block.recommendations .section__title {
        flex-direction: column;
    }
}

/**/
.sb-block.recommendations .card {
    display: block;
}
.sb-block.recommendations .card:nth-last-child(n + 2) {
    margin-bottom: 20px;
}
.sb-block.recommendations .thumb {
    position: relative;
    padding-bottom: 50%;
    border-radius: 5px;
    overflow:hidden;
}
.sb-block.recommendations .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sb-block.recommendations .name {
    color:#303030;
    line-height: 1.2;
}

/**/
.sb-block.recommendations .first-line .content {
    background-color: #DFECFF;
    padding:20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sb-block.recommendations .first-line .thumb {
    padding-bottom: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sb-block.recommendations .first-line .name {
    font-size: 20px;
    font-weight: 600;
}

/**/

.sb-block.recommendations .second-line .content {
    padding-top: 20px;
}

/**/
.sb-block.recommendations .third-line .card:first-child {
    padding-top: 20px;
    border-top: 1px solid #EDEDED;
}
.sb-block.recommendations .third-line .card {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}


@media (max-width: 767px) {
    .sb-block.recommendations .first-line,
    .sb-block.recommendations .third-line {
        display: none;
    }
    .sb-block.recommendations .second-line {
        width:100%;
    }
}