@media screen and (min-width: 768px) {
    .elementor-container {
        padding: 0px 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .home-title .text-left {
        text-align: center !important;
    }

    .home-btn a {
        padding: 15px !important;
    }
}

#page {
    display: flex;
    flex-direction: column;
    width: 100%;
}