  .listLinks_type4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
    position: relative;
    z-index: 0;
}

    .listLinks_type4::before {
        content: '';
        position: absolute;
        background: linear-gradient(rgba(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), .5), rgba(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 1));
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }

    .listLinks_type4 a.listLinks_wrap {
        display: inline-block;
        color: #1F1F1F;
        text-decoration: none;
    }

        .listLinks_type4 a.listLinks_wrap:hover,
        .listLinks_type4 a.listLinks_wrap:focus {
            color: var(--color-primary);
            outline: 0;
        }

        .listLinks_type4 a.listLinks_wrap:hover,
        .listLinks_type4 a.listLinks_wrap:focus {
            color: var(--color-primary);
            outline: 0;
        }

    .listLinks_type4 .listLinks_wrap img {
        max-width: 100px;
        width: 100%;
        transition: all 0.3s;
        margin: 0px;
        background-color: white;
        border-radius: 50%;
        padding: 16px;
    }

    .listLinks_type4 a.listLinks_wrap:hover img,
    .listLinks_type4 a.listLinks_wrap:focus img {
        transform: scale(1.2);
    }

    .listLinks_type4 .listLinks_wrap .title {
        font-weight: 600;
        font-size: 1.125rem;
        margin-top: 15px;
        line-height: 1.3125rem;
    }

/**************
RWD s.
***************/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .listLinks_type4 a.listLinks_wrap {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
}

/**************
  RWD e.
  ***************/
