  .listLinks_type7 {
    padding: 40px 0px 80px;
}

    .listLinks_type7 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 3.125rem;
        line-height: 60px;
        text-transform: uppercase;
        color: #1f1f1f;
    }

    .listLinks_type7 a.listLinks_wrap {
        display: inline-block;
        color: var(--color-black);
        text-decoration: none;
    }

        .listLinks_type7 a.listLinks_wrap:hover, .listLinks_type7 a.listLinks_wrap:focus {
            color: var(--color-primary);
            outline: 0;
        }

        .listLinks_type7 a.listLinks_wrap:hover, .listLinks_type7 a.listLinks_wrap:focus {
            color: var(--color-primary);
            outline: 0;
        }

    .listLinks_type7 .listLinks_wrap img {
        max-width: 210px;
        width: 100%;
        transition: all 0.3s;
        margin: 0px;
    }

    .listLinks_type7 a.listLinks_wrap:hover img, .listLinks_type7 a.listLinks_wrap:focus img {
        /* max-width: 180px; */
        margin-top: -20px;
    }

    .listLinks_type7 .listLinks_wrap .title {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 15px;
    }
/**************
RWD s.
***************/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .listLinks_type7 a.listLinks_wrap {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
}
/**************
  RWD e.
  ***************/
