:root {
    --am-content-width: 1200px;
    --am-white: #ffffff;
    --am-black: #111111;
    --am-text: #262626;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.roma382 {
    width: 100%;
    overflow: hidden;
}
