@media screen and (min-width: 769px), print {
	.columns:not(.is-desktop) {
		width: 50%;
	}
}

@media (max-width: 1300px) {
	.title {
		font-size: 30px !important;
	}

	.title-2 {
		font-size: 25px;
	}
}
@media screen and (max-width: 920px) {
	footer {
		height: auto;
		flex-direction: revert;
		flex-wrap: wrap;
		gap: 10px;
	}

	footer img {
		height: auto;
		width: calc(100% / 6 - 10px);
	}

	.simple_block {
		height: calc(100vh - 80px);
		margin-top: 60px;
	}

	header img {
		height: 30px;
	}

	header {
		height: 60px;
		padding: 0px 10px;
	}

	#content-btn-principal button span {
		font-size: 18px;
	}
}
