.header-page__container {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}  
		
  
@media (max-width:768px){
	
.header-page__container {
	flex-direction: column-reverse;
	gap: 10px;
}

    
}

.header-page__image-wrapper {
	flex: 1 1 auto;
	max-width: 585px;
	width: 100%;
}

.header-page__image {
	position: relative;
	padding-bottom: 75%;
}

.header-page__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.header-page__box {
	flex: 1 1 auto;
	max-width: 500px;
	height: auto;
}

@media (min-width:768px){
.header-page__box {
	padding-top: 100px;
	padding-bottom: 100px;
}
}

@media (max-width:768px){
.header-page__box {
	max-width: 585px;
	width: 100%;
	height: 100px;
	

}
	
}


.header-page__quote {
	right: auto;
}

.header-page__info {
	
	width: auto;
	
}

.services-item__foto img {
	object-fit: cover;
	object-position: top;
}

@media (max-width:992px){
.services-item__foto {
	height: 600px;
	
}
}

@media (max-width:480px){
	.services-item__foto {
	height: 300px;
}
}

@media (max-width: 767px) {
.header-page__title {
	color: #3c434d;
}
}

.entrepreneurs-page__quote {
     right: auto;	 
}

@media (max-width:992px) {
.header-page__title-enterp {
	color: #ffffff;
}
}
