Reset básico
body,html{
width: 100%;
overflow-x: hidden;
}
.elementor-widget-text-editor p:last-of-type,
.elementor-text-editor p:last-of-type{
margin: 0
}
O que faz:
– Elimina possíveis scrolls horizontais causados por conteúdos que excedem a largura da página.
– Elimina margem inferior dos widgets de texto (existe uma margem inferior padrão nesses widgets).
Carrossel com smooth-scroll
selector .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
Exemplo:













