.container-widget-item_eight {
    display: flex;
    padding: 4px 4px;
    margin: 4px;
    justify-content: center;
    align-items: center;
}

.container-widget-item_eight a {
    border-bottom: none !important;
}

.container-widget-name_eight {
    color: white;
    text-align: center;
    vertical-align: center;
}

.container-widget-link-name_eight {
    margin-top: 6px;
}

.container-widget-name_eight {
    font-size: 1.5em;
}

.container-widget-link-name_eight {
    position: absolute;
    margin-top: 13em;
}

.container-widget-link-name_eight h4 {
    height: auto;
    word-wrap: break-word;
    width: 10em;
}

.container-widget-image_eight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rectangular-shape-item_eight {
    width: 18em;
    height: 18em;
    position: relative;
    display: inline-block;
    background: unset!important;
    padding: 0 !important;
}

.rectangular-shape-item_eight img  {
    object-fit: cover;
    width: 18em;
    height: 18em;
    border-radius: 8px;
}

.rectangular-shape-item_eight:after  {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
    height: 11em;
}

.container-dynamic-items-widget_eight {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-widget-description_eight {
    padding-top: 1em;
}

@media screen and (max-width: 768px) {
    .rectangular-shape-item_eight,
    .rectangular-shape-item_eight img {
        width: 11em;
        height: 11em;
        border-radius: 5px;
    }

    .container-widget-link-name_eight {
        position: absolute;
        margin-top: 6em;
    }

    .container-widget-link-name_eight h4 {
        width: 7em;
    }

    .rectangular-shape-item_eight:after  {
        width: 100%;
        left: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .container-widget-name_eight {
        font-size: 1em;
    }

    .rectangular-shape-item_eight {
        padding: 0 !important;
    }
}
