@media screen and (max-width: 768px) {
	header .logo .img-text {
		width: 122px;
		height: 51px;
	}
	header {
		flex-direction: column;
		background-color: #3D0661;
		position: relative;
		gap: 5px;
		padding: 0;
	}
	header nav {
		width: 100%;
		gap: 10px;
	}
	.img-text img {
		border-radius: 12px;
	}
	.link {
		width: 100%;
		padding: 4px 15px;
		font-size: 12px;
	}
	header nav ul {
		position: absolute;
		display: flex;
		flex-direction: column;
		padding: 35px 25px;
		top: -1240%;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #3D0661;
		transition: 0.5s all linear;
	}
	ul a {
		font-size: 12px;
	}

	header.active ul {
		top: 100%;
		-webkit-box-shadow: 0px 33px 17px 21px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 33px 17px 21px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 33px 17px 21px rgba(34, 60, 80, 0.2);
	}
	header nav ul li {
		margin: 0 0 20px 0;
		font-size: 25px;
		line-height: 35px;
	}
	header nav ul li:last-child {
		margin: 0;
	}

	header aside:last-child {
		display: flex;
		padding: 0;
		align-items: center;
		width: 100%;
		border: none;
	}
	header.active nav .burger span {
		top: 10px;
		transform: rotate(45deg);
	}
	header.active nav .burger span:last-child {
		top: -2px;
		transform: rotate(-45deg);
	}
	header nav .burger {
		position: absolute;
		top: 2px;
		right: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 40px;
		height: 40px;
		transition: 0.5s all linear;
		z-index: 11;
	}
	.burger span {
		position: relative;
		width: 33px;
		height: 1px;
		border-radius: 5px;
		background-color: #FFFFFF;
		transition: all 0.3s ease;
	}
	.intro h1 {
		font-size: 50px;
	}
	.intro h1 span {
		font-size: 60px;
	}
	.content h2 {
		font-size: 30px;
	}
	.content h3, .menu__title {
		font-size: 22px;
	}
	.content strong {
		font-size: 22px;
	}
	.container .row {
		margin: 0 auto;
		width: 80%;
	}
	footer .logo {
		margin: 0 0 20px 0;
		display: block;
		height: 45px;
		width: auto;
		align-self: center;
	}
	.content img {
		margin: 0 0 20px 0;
	}
	footer .logo,
	footer .logo p {
		height: 30px;
	}
}

@media screen and (max-width: 600px) {
	.intro {
		padding: 40px 0;
		margin: 0;
		width: 100%;
	}
	.intro h1 {
		margin: 0 0 21px 0;
		font-size: 24px;
		line-height: 87.02%;
	}
	.intro h1 span {
		font-size: 24px;
		line-height: 127.02%;
	}
	.intro p {
		margin: 0 0 21px 0;
		font-size: 12px;
		line-height: 21px;
	}
	.intro .button {
		width: 100%;
		/* padding: 15px 45px;
		border-radius: 15px; */
	}
	.intro .button span {
		font-size: 12px;
		line-height: 21px;
	}
	header nav ul li {
		font-size: 12px;
		line-height: 170.02%;
	}
	.content {
		padding: 0 0 30px 0;
	}
	.content img {
		/* height: 50px; */
	}
	.content h2 {
		font-size: 16px;
		line-height: 18px;
	}
	.content h3, .menu__title {
		font-size: 14px;
		line-height: 18px;
	}
	.content p,
	.content td,
	.content th,
	.content ol li,
	.content ul li {
		font-size: 12px;
		line-height: 170.02%;
	}
	.container .row {
		width: 100%;
	}
	footer .logo {
		margin: 0 0 20px 0;
	}

	footer .logo,
	footer .logo p {
		height: 15px;
	}
	footer ul {
		gap: 15px;
	}
	footer ul li {
		font-size: 10px;
		line-height: 170.02%;
	}
	table {
		overflow: auto;
	}
}
