@media (max-width: 900px) {
	.container {
		padding-inline: 20px;
	}

	.header {
		padding-block: 14px;
	}

	.header__container {
		align-items: center;
		flex-direction: column;
		gap: 14px;
	}

	.header__logo img {
		width: 135px;
	}

	.header__nav {
		width: 100%;
	}

	.header__nav-list {
		gap: 12px;
		font-size: 15px;
		justify-content: center;
	}

	.header__nav-item:not(:last-child) {
		margin-right: 0;
	}

	.header__nav-item:not(:last-child)::after {
		display: none;
	}

	.jumbotron {
		min-height: 320px;
	}

	.jumbotron__title {
		font-size: 44px;
		line-height: 1.1;
		text-align: center;
	}

	.problem,
	.team {
		padding-block: 48px 64px;
	}

	.section-title {
		font-size: 40px;
		line-height: 1.1;
	}

	.section-text {
		font-size: 20px;
		line-height: 1.45;
	}

	.hero {
		min-height: 360px;
		margin-bottom: 48px;
	}

	.hero__text {
		font-size: 30px;
		line-height: 1.25;
	}

	.ppc {
		margin-bottom: 64px;
	}

	.ppc__logo {
		width: 150px;
		float: none;
		margin-inline: auto;
		padding: 0 0 24px;
	}

	.team__title {
		margin-bottom: 36px;
	}

	.team__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		gap: 28px 8px;
	}

	.card {
		min-width: 0;
		min-height: 0;
	}

	.card__avatar {
		width: 120px;
		height: 120px;
	}

	.card__name {
		font-size: 19px;
	}

	.card__positon {
		font-size: 15px;
	}

	.footer {
		padding: 40px 0 48px;
	}
}

@media (max-width: 430px) {
	.header__nav-list {
		font-size: 14px;
	}

	.jumbotron__title {
		font-size: 40px;
	}

	.section-title {
		font-size: 36px;
	}
}
