.dtn-imgbox {
	margin-bottom: 100px;
}

.dtn-imgcont img {
	display: block;
	width: 100%;
}

.dtn-content {
	padding-top: 35px;
	padding-left: 15px;
}

.dtn-content h3 {
	color: #484849;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 25px;
}

.dtn-content h6 {
	color: #00b388;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

/* .dtn-content .shared-btn {
	margin-top: 10px;
	background-color: #00b388;
}

.dtn-content .shared-btn .animated {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.dtn-content .shared-btn:hover {
    background: #00b487;
}

.dtn-content .shared-btn > div {
    transition: all 0.3s;
}

.dtn-content .shared-btn:hover > div i {
    color: #00b487;
}

.dtn-content .shared-btn:hover > div.animated {
    opacity: 1;
} */

@media (max-width: 1024px) {
	.dtn-content {
		padding-top: 0;
	}
	.dtn-content h3 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.dtn-content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.dtn-content .shared-btn {
		margin-top: 0;
	}
}

@media (max-width: 641px) {
	.dtn-imgbox {
		margin-bottom: 50px;
	}
	.dtn-imgcont {
		margin-bottom: 20px;
	}
	.dtn-content h3 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}
