.sluzby h1 {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 71px;


    color: #000000;
}




.services-content-sluzby {
	display: grid;
	grid-template-columns: repeat(auto-fit, max(450px, auto));
	gap: 2rem;
	margin-top: 5rem;
}

.map {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.box {
	padding: 45px;
	background: #e6e8ff;
	
	border-top: 5px solid transparent;
	border-radius: 23px;
	transition: all .40s ease;
}

.box h3 {
	color: #000000;
	font-size: 20px;
	margin: 15px 0;
	transition: all .40s ease;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
}



.box p {
	color: #929292;
	;
	font-size: var(--p-font);
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
}

.box img {
    width: 73px ;
	height: 73px ;
}

.box:hover {
	transform: scale(1.01) translateY(-5px);
	border-bottom: 5px solid var(--main-color);
	border-top: 5px solid var(--main-color);
}

.box:hover h3 {
	color: var(--main-color);
}
