/*!
Theme Name: Almax
Author: tg-@SilinceW
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.text-page .text__wrapper {
	margin-bottom: 3rem;
}

.text-page .text__wrapper p {
	margin-bottom: 1rem;
}

.text-page .text__wrapper *:last-child {
	margin-bottom: 0;
}

.text-page .text__wrapper .title {
	margin-bottom: 2rem;
}

.text-page .text__wrapper ol {
	list-style-position: inside;
}

.text-page .text__wrapper ol li {
	margin-bottom: 1rem;
}

.text-page .text__wrapper ol li:last-child {
	margin-bottom: 0;
}

.text-page .text__wrapper ol li ul {
	margin-top: 1rem;
	margin-left: 2rem;
}

.text-page .text__wrapper ol li ul li {
	list-style: inside;
}

.footer .menu-footer-menu-container .footer_menu {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}