html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.containerMain {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;

    @media (max-width: 1200px) {
        max-width: 90%;
    }
}

button {
    cursor: pointer;
}

.swiper {
    position: relative;
}
