.c-meteo{background-color:var(--lightgrey);display:flex;gap:3rem;justify-content:space-between;padding:50px 100px}.c-meteo .content .title{margin-bottom:1em}.c-meteo .content .distanze-container{display:flex;flex-wrap:wrap;gap:1.5rem}.c-meteo .content .distanze-container .separator{background-color:var(--green);height:3px;margin-top:1.5rem;width:100px}.c-meteo .meteo{align-items:center;display:flex;justify-content:center}.c-meteo .meteo img{max-width:100%}.c-meteo .image{width:40%}.c-meteo .image img{width:100%}@media screen and (max-width:1279px){.c-meteo{flex-wrap:wrap;justify-content:center;padding:50px 2rem}.c-meteo .content .distanze-container .separator{display:none}.c-meteo .image{width:100%}}