#telefonia {
  background-image: url('/assets/img/servizi/telefonia.jpeg');
  background-size: cover;
  word-break: break-all;
}

#telefonia h1 { padding: 0 2rem; }

.tel {	
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo-tel {
    width: var(--tel);
	height: var(--tel);
	min-width: 150px;
	min-height: 150px;
    display: flex;
    margin: 1rem;
    border-radius: 10%;
    border: 1px solid #a2a2a2;
    box-shadow: 6px 5px 9px 0px #e0e0e0;
}

.logo-tel img {
    width: 100%;
    display: block;
}

.logo-tel figure {
    height: inherit;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

:root {
  --tel: 25vh;
}