@media screen and (max-width: 1280px) {
	.about-head {
		margin-bottom: 40px;
		gap: 40px;
	}

	.about-slider {
		gap: 40px;
	}

	.activity__content {
		gap: 40px;
	}

	.press--grid {
		gap: 20px;
	}

	.hero__title {
		font-size: 48px;
	}
}

@media screen and (max-width: 1080px) {
	.activity__content {
		grid-template-columns: 1fr;
	}

	.section--blue {
		padding: 80px 0;
	}

	.history__item {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.history--list .history__item:nth-child(2) {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 991px) {
	.press--grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.activity__accordion-title {
		font-size: 20px;
	}

	.about-head {
		display: flex;
		flex-direction: column-reverse;
	}

	.about-slider {
		display: flex;
		flex-direction: column;
	}

	.about-slider__img {
		width: 100%;
	}
}

@media screen and (max-width: 769px) {
	.section__head {
		flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-bottom: 28px;
        padding-bottom: 28px;
	}

	.sect-title {
		font-size: 32px;
		line-height: 100%;
	}

	.sect-text {
		margin-top: 18px;
		font-size: 16px;
		line-height: 140%;
	}

	.history__item-img {
		width: 100%;
	}

	.activity__image {
		aspect-ratio: 1 / 1;
		height: auto;
		width: 100%;
	}

	.hero__title {
        font-size: 32px;
    }

	.hero__nav--wrap {
		bottom: 24px;
    	left: 32px;
		width: calc(100% - 84px);
	}

	.hero__slider {
		height: 500px;
	}

	.press--grid {
        grid-template-columns: repeat(1, 1fr);
    }

	footer .section-wrap {
		gap: 60px;
	}

	.footer-logo img {
		width: 100%;
		max-width: 437px; 
	}

	.footer__links-title {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 640px) {
	.about-head__logo img {
		width: 100%;
	}

	.hero__title {
        font-size: 28px;
    }

	.activity-head-des,
	.history-head-des {
		display: none;
	}
}