/* Escribe aquí tu código CSS */

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
