.text-separator
{
    background: url('../../img/icons/facile_b.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 9vh;
    width: 10vw;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.text-separator::after {
    content: "";
    position: absolute;
    border-top: 3px solid black;
    left: 18%;
    top: 25%;
    width: 66%;
    height: 11px;
}

.title_contatti
{
  padding: 1%;
  text-shadow: none;
}

.float_button
{
  float: right;
}