.dr-ncnt {
	width: 90%;
	/* max-width: 1200px; */
	margin: 0 auto;
	box-sizing: border-box;
}

.dr-sec-title img {
	width: 58px;
	height: 100%;
	margin-right: 10px;
}

.dr-sec-title span {
	font-size: 24px;
	font-weight: 500;
	color: #4a6437;
}
.dr-black-t {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.dr-p {
	font-size: 16px;
	font-weight: 300;
	font-color: rgba(0, 0, 0, 0.5);
}
.dr-story{
    background-color: #DAE5D3;
}
.dr-story .dr-bg-story {
    width: 100%;
    height: 100%;
}
.dr-story .dr-text-story {
   text-align: center;
   color: black;
    padding: 20px;
}

.drmargin-top{
	margin-top: 85px;
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 767.98px) {
	.dr-sec-title img {
		width: 31px;
		height: 100%;
		margin-right: 6px;
	}

	.dr-sec-title span {
		font-size: 16px;
	}
	 .drmargin-top {
   margin-top: 68px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.dr-sec-title img {
		width: 41px;
		margin-right: 6px;
	}

	.dr-sec-title span {
		font-size: 18px;
	}
	 .drmargin-top {
   margin-top: 75px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}
