.module-item {
    display: inline-block;
    width: 400px;
    height: 248px;
    padding-top: 15px;
    margin: 60px 0px 0px 60px;
    background-color: #F6F6F6;
    cursor: pointer;
}
.module-item div {
    width: 247px;
    margin: auto;
/*    color: #ffffff;*/
    text-align: center;
/*    background-color: #FCFCFC;*/
}
.module-item div:first-child {
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 16px;
}
.module-item img {
    margin-top: 10px;
}

.module-item.engi-crm div:first-child {
    background-color: rgb(255, 255, 128);	
}

/*.module-item a {
	display: block;
	color: #ffffff;
}*/

.module-item a:hover {
	color: #ffffff;
	text-decoration: none;
}

.placeholders {
	background-image: url("../img/background.jpg");
	background-size: 100% 100%;	
}

.rodzic {
	padding: 20px;
	border: 2px dashed red;
	box-sizing: border-box;
}

.zm {
	width: 20rem;
	right: 80px;
	bottom: 50px;
	height: 3rem;
}