@media(max-width: 1200px) {
	.about {
		flex-direction: column;
	}
	.possibilities {
	    margin-top: 60px;
	    padding-top: 60px;
	    gap: 40px;
	    padding-bottom: 60px;
	    border-bottom: 2px solid #303030;
	    flex-direction: column;
	}
	.possibilities > div {
		flex-direction: column;
	}
}
@media(max-width: 1024px) {
	.what-included__card {
		width: 43.17%;
	}
	.services__card .links a {
	    padding: 20px 20px;
	}
}
@media(max-width: 950px) {
	.carousel .swiper {
		max-width: unset;
		height: 250px;
	}
	.projects {
	    margin-top: 0px;
	}
}
@media(max-width: 900px) {
	.fact-card {
	    width: 100%;
	}
}
@media(max-width: 850px) {
	.services__row {
		flex-direction: column;
	}
	.services__card-half {
	    max-width: unset;
	}
	.services__card {
		height: 200px;
	}
	.services__card .title {
	    padding: 30px 20px;
	}
	.projects__column .services__card .links a {
	    padding: 15px 20px;
	}
	.services__card .links a {
	    padding: 15px 20px;
	}
}
@media(max-width: 782px) {
	.main-screen h1 {
		font-size: 28px;
		max-width: 370px;
	}
	.video-circle {
		width: 100px;
		height: 100px;
	}
	.video-circle > img:nth-child(1) {
	  width: 89px;
	  height: 89px;
	}
	.video-circle > img:nth-child(2) {
	  width: 20px;
	}


	.about__text span {
	    font-size: 14px;
	}
	.about__text {
	    gap: 40px;
	}
	.about__text a {
	    font-size: 12px;
	    line-height: 30px;
	    padding: 0 20px;
	}
	.swiper {
	    width: 100%;
	    height: 300px;
	    overflow: unset;
	    max-width: 350px;
	}
	.about {
	    gap: 60px;
	    margin-top: 60px;
	    padding-bottom: 0px;
	    border-bottom: unset;
	}
	.about > div:nth-child(2) {
		min-width: unset;
		height: 350px;
	}


	.title {
		font-size: 20px;
	}
	.what-included {
	    margin-top: 60px;
	}
	.what-included__cards {
		margin-top: 40px;
		gap: 40px;
	}
	.what-included__card div {
	    width: 45px;
	    height: 45px;
	    padding: 8px;
	}
	.what-included__card {
	    width: 100%;
	}
	.what-included__card > span:nth-child(2) {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.what-included__card > span:nth-child(3) {
	    font-size: 15px;
	    margin-top: 15px;
	}
	.what-included__card div img {
	    max-height: 25px;
	}
	.carousel {
	    margin-top: 60px;
	}


	.facts {
		margin-top: 60px;
		gap: 40px;
	}
	.facts > div {
	    gap: 30px 4.54%;
	}
	.fact-card div > span:nth-child(1) {
		font-size: 16px;
		margin-top: 0;
	}
	.fact-card div > span:nth-child(2) {
	    font-size: 14px;
	}
	.fact-card {
	    gap: 20px;
	}
	.fact-card img {
	    max-width: 30px;
	}

	.possibilities {
	    border-bottom: unset;
	}
	.possibilities__row span {
	    font-size: 16px;
	}
	.possibilities__row {
	    gap: 20px;
	}
	.possibilities__row div {
	    width: 10px;
	    height: 10px;
	    min-width: 10px;
	}
	.possibilities > div > div:nth-child(2) {
		min-width: unset;
		height: 350px;
	}
	.possibilities__text {
	    gap: 15px;
	    max-width: 575px;
	}
	.possibilities > div {
	    gap: 40px;
	}


	.projects__title span {
		font-size: 24px;
		height: fit-content;
   		margin: auto 0;
	}
	.projects__title div {
	  width: 40px;
	  height: 40px;
	}
	.projects__title div img {
		max-width: 15px;
	}
	.projects__column {
	    margin-top: 25px;
	}
	.services .wrapper-narrow {
		gap: 10px;
	}
	.services__card .links span {
	    font-size: 14px;
	    line-height: 16px;
	}
	.services__row {
		gap: 10px;
	}
	.services {
	    padding-top: 35px;
	}

	.services-card__title {
		font-size: 20px;
		padding: 20px;
	}
	.post-last-screen {
	    gap: 40px;
	    padding-bottom: 60px;
	    padding-top: 0px;
	}
	.post-last-screen__text {
	    font-size: 16px;
	}
	.projects__title h2 {
	    font-size: 22px;
	    line-height: 180%;
	    border-bottom: unset;
	}
}