.LinksWithImageArt .linksWrap {
    max-width: 1200px;
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 15px;
}

.LinksWithImageArtItem {
    padding-left: 8px;
    padding-right: 8px;
}

.LinksWithImageArt {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

    .LinksWithImageArt h2 {
        font-family: BlenderBold;
        font-size: 26px;
        text-align: right;
        margin-bottom: 27px;
        margin-top: 34px;
    }

.layoutLobbyAsakim .LinksWithImageArt h2 {
    margin-top: 0px !important;
}

    .LinksWithImageArt .item-content {
        margin: 0 0 11px;
        border-radius: 10px;
        box-shadow: 0 5px 11px 0 rgba(54, 91, 71, 0.1);
        background-color: #ffffff;
        font: normal 22px 'blenderRegular', Arial;
        line-height: 1.2;
        letter-spacing: -0.2px;
        text-align: right;
        color: #000000;
        height: 140px;
        background-image: radial-gradient(circle at 1% 100%, #f0faf5, #ffffff 83%);
    }

        .LinksWithImageArt .item-content p {
            color: #000000;
            padding-top: 20px;
            line-height: 1.2;
        }

            .LinksWithImageArt .item-content p.summary {
                padding-top: 0px;
                margin-bottom: 0;
                margin-right: 135px;
            }

        .LinksWithImageArt .item-content .title {
            margin: 0 135px 11px 25px;
            display: block;
            height: 70px;
            font-family: 'blenderBold', Arial;
            font-size: 20px;
        }

        .LinksWithImageArt .item-content .date {
            margin: 0 135px 0 25px;
            object-fit: contain;
            position: relative;
            padding-top: 0px;
        }

    .LinksWithImageArt .link-all-item {
        font: normal 17px 'blenderBold', Arial;
        margin: 30px 1px 6px 17px;
        text-align: left;
    }

    .LinksWithImageArt .item-content .image-content {
        float: right;
        width: 100%;
        max-width: 140px;
        height: 100%;
        background-size: 100%;
        border-radius: 10px;
        background-repeat: no-repeat;
    }

        .LinksWithImageArt .item-content .image-content img {
            width: 140px;
            border-radius: 10px;
        }

        .LinksWithImageArt .item-content .image-content .icon-div {
            width: 140px;
            border-radius: 10px;
        }

    .LinksWithImageArt .item-content .info-content {
        padding-right: 25px;
        height: 100%
    }

    .LinksWithImageArt .link-all-item .first {
        border-left: #01ac4e solid;
        padding-left: 20px;
    }

    .LinksWithImageArt .link-all-item .second {
        padding-right: 20px;
    }

    .LinksWithImageArt .link-all-item a {
        color: #000000;
        text-decoration: underline;
    }

        .LinksWithImageArt .link-all-item a:visited {
            color: #000000
        }

@media (max-width: 992px) {

    .LinksWithImageArt .linksWrap {
        margin-left: 0px;
        margin-right: 0px;
    }

    .LinksWithImageArtItem {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 768px) {


    .LinksWithImageArt .item-content {
        height: 90px;
        font-size: 14px;
    }

        .LinksWithImageArt .item-content .image-content {
            max-width: 90px;
        }

        .LinksWithImageArt .item-content .title {
            margin-right: 85px;
            height: 30px;
        }

        .LinksWithImageArt .item-content .date {
            margin-right: 85px;
        }

    .Links .item-content p {
        font-size: 14px
    }

    .LinksWithImageArt .link-all-item {
        text-align: right;
        margin-right: 15px;
    }
}

@media (max-width: 992px) {

    .LinksWithImageArt h2 {
        font-size: 24px;
    }


    .LinksWithImageArt .item-content {
        height: 90px;
        font-size: 16px;
    }

        .LinksWithImageArt .item-content .image-content {
            max-width: 90px;
        }

        .LinksWithImageArt .item-content .title {
            margin-right: 85px;
            height: 30px;
            font-size: 16px;
        }

        .LinksWithImageArt .item-content .date {
            margin-right: 85px;
            font-size: 20px;
            padding-top: 20px;
        }

    .LinksWithImageArt .link-all-item {
        text-align: right;
        margin-right: 15px; /*width:100%;*/
        margin: 12px;
    }


        .LinksWithImageArt .link-all-item .first {
            padding-left: 9px;
        }

        .LinksWithImageArt .link-all-item .second {
            padding-right: 6px;
        }
}
