@media screen and (max-width:1350px) {

    #chi_siamo .ripple{
        animation: ripple-mobile 5s infinite;
    }

    @keyframes ripple-mobile {
        0% {
          box-shadow: 0 0 0 .7rem rgb(220,247,197, 1), 0 0 0 .7rem rgb(220,247,197, 1);

        }
        75% {
          box-shadow: 0 0 0 4rem rgb(220,247,197, 0.2), 0 0 0 1.5rem rgb(220,247,197, 0.4);
        }
        100%{
            box-shadow: 0 0 0 4rem rgb(220,247,197, 0), 0 0 0 1.5rem rgb(220,247,197, 0)
        }
      }


}

@media screen and (max-width:1024px) {

	#chi_siamo .box_chisiamo.box_2024 *,
	#chi_siamo .box_chisiamo.box_2024 .wpb_text_column,
	#chi_siamo .box_chisiamo.box_2024 .w-image {
		transform: none;
		animation: none;
	}
	#chi_siamo .bg2024 {
		display: none;
	}

  .box_people .w-image {
      position: relative;
      transform: none;
  }

}
