a.button {
    text-align: center;
}

@media (min-width: 768px) {
    .main__heading h1 {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .main__heading h1 {
        text-align: center !important;
    }
}

.show-item-has-submenu {
    padding-top: .875em;
    padding-bottom: .875em;
}

.show-item-has-submenu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.show-item-has-submenu:not(:has(.show-text))::after {
    display: none !important;
}
.text-part ul, .text-part ul li:last-child {
    margin-bottom: 0 !important;
}
