@import url('/css/whatBlock.inc.css');

@media screen and (min-width: 769px) {
	.aboutColumns {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.aboutColumns__column {
		width: 65%;
	}
	.aboutColumns__imgs {
		width: 35%;
	}
	.aboutColumns__title {
		width: 100%;
	}
    

}
