body {
    font-size: 14px;
}

.section-infografia-1 {
    padding-bottom: 80px;
}
.section-infografia-1 img {
    width: 140px;
}

.section-infografia-2 {
    padding-bottom: 80px;
}
.section-infografia-2 img {
    width: 230px;
}


@media (max-width: 767px) {
    .section-infografia-1 img {
        padding-bottom: 30px;
    }
    .section-infografia-1  {
        padding-bottom: 0px;
    }

    .section-infografia-2 img {
        padding-bottom: 30px;
    }
    .section-infografia-1  {
        padding-bottom: 0px;
    }
}

footer div div ul li a {
    color: inherit;
}
footer div div ul li a:hover {
    text-decoration: none;
    color: inherit;
}
footer div div ul li a:focus {
    text-decoration: none;
    color: inherit;
}

.instagram-logo {
    background: url("../../public/images/instagram-logo.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.instagram-logo:hover {
    background: url("../../public/images/instagram_V2.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.facebook-logo {
    background: url("../../public/images/facebook-logo.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.facebook-logo:hover {
    background: url("../../public/images/facebook_V2.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}