.idea {padding: 0 6px;background-color: #FFC107;border-radius: 6px;color: white;}
.headerWork {margin-bottom:  1.6rem !important;margin-top: 0 !important;line-height: 2.25rem;}
.descWork {font-size: 1.4rem;line-height: 1.6rem;}
.dateWork {font-size: 0.65em;padding-top: 0 !important;}
.contentWork {margin: 0 0 0 32px;}
.workDown {font-size: 1.6rem; line-height: 2.3rem;margin-left: 32px; color: #212121; font-weight: 400}
.customCard {border-radius: 10px !important; padding: 16px !important}
.nonBorderTop {border-top: none !important}

.ui.cards>.card>.image {
  background:white;
}

@media only screen and (max-width: 1050px) {
	.ui.three.cards>.card {
	  width:calc(50% - 2.2em);
	}
}

@media only screen and (max-width: 900px) {
	.ui.card>.image>img,
	.ui.cards>.card>.image>img {
	  width:75%;
	}
	.workDown {font-size: 1.4rem; }
}

@media only screen and (max-width: 480px) {
	.ui.card>.image>img,
	.ui.cards>.card>.image>img {
	  width:100%;
	}
	.workDown {font-size: 1.4rem; }
}
