@media(max-width: 1000000px) {
.cen {
	width: 1600px;

}
}


/*===========================*/
@media(max-width: 1920px) {
.cen {
	width: 1600px;
}

}


/*===========================*/
@media(max-width: 1600px) {
   .cen{
       width:1200px;

   }

}
/*===========================*/
@media(max-width: 1200px) {
   .cen{
       width:980px;
   }

}

/*===========================*/

@media(max-width: 768px) {
body {
 padding-bottom: 0px !important ;

}
   .cen{
       width:100%;
       padding: 0px 24px;
       padding: 0px 24px;
       overflow: hidden;
   }
.cards-section {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	gap: 24px;
}
.container{
    padding: 24px 24px;
}
footer {

	position: static;

	width: 100%;
}
.copy,.footMenu {
   float: none;
   text-align: center;
   padding: 4px 0;
}
.footMenu ul li{
    display: block;

}
.footMenu ul li a{
    display: block;
    border-bottom: solid 1px #EEE;
    padding: 8px 0px;
    text-align: center;

    border-radius: 0px;
}
.cem {
	width: 96%;

}
.pageArea {
	background: #FFF;
	border-radius: 8px;
	padding: 24px;

	margin: 32px 0;
    min-height: 60vh
}
.skill-card {

	max-width: 100% !important;

}
.skills-title {
	color: #203354;
	font-size: 1.7rem;
	margin-bottom: 24px !important;
	text-align: center !important;
}
.skills-section {
	margin-top: 8px !important;

	text-align: center !important;
	margin-bottom: 88px !important;
}	
#catalog {
	text-align: center !important;
	padding: 44px 0 !important;
}	
	.managers-title {
	color: #203354;
	font-size: 1.5rem;
	margin-bottom: 24px;
	text-align: center !important;
}
	.manager-card img {
	width: 156px !important;
	height: 166px !important;
}
}