.afterwork {
	position: absolute;
	margin-top: -330px;
	right: 10%;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
}

.afterwork img {
	padding-bottom: 10px;
}


.afterwork-icons {
	display: flex;
justify-content: center;
margin-top: 15px;
margin-bottom: 15px;
gap: 30px;
}

.afterwork-icons .ce_iconbox.version3 i {
  font-size: 3.2rem;
  
}




@media (max-width: 1200px) {
	.afterwork {
	margin-top: -260px;
	font-size: 1.3em;
}
}


@media (max-width: 499px) {
	.afterwork p{
	text-align: center !important;
	font-size: 0.9em !important;
}

.afterwork img {
	max-height: 80px;
}

.afterwork {
	margin-top: -200px;
	right: 40px;
	padding-left: 40px;
}
}