.change-land-wrapper {
  display: flex;
  justify-content: flex-end;
}

.change-lang {
	font-size: 22px;
	background: #2a2a2a;
	border: none;
	border-radius: 5px;
	color: white;
}

.presentation-container {
  aspect-ratio: 2 / 1;
  width: 100%;
	color: #e3e3e3;
}

.footer-presentaion {
	display: grid;
	row-gap: 20px;
}

.footer a {
	color: #84bbf5;
	transform: 0.2s;
}

.footer a:hover {
	color: #53a4fa;
}

@media (max-width: 768px) {
  .footer {
    grid-template-rows: repeat(3, min-content);
    grid-template-columns: unset;
  }

  .footer-presentaion {
    display: grid;
    row-gap: 5px;
  }
}

a {
  color: white;
}

.subtitle {
	color: #4eb803;
	font-size: 30px;
	font-weight: 500;
	margin: 10px 0 60px 0;
}

.iframe {
  width: 100%;
  height: 90vh;
}

@media (max-width: 768px) {
	.header h1 {
		font-size: 28px;
	}

	.subtitle {
		font-size: 18px;
	}

	.footer h2 {
		font-size: 20px !important;
		margin: 50px 0 10px 0;
	}

	.footer p {
		font-size: 14px;
	}
}
