@media screen and (min-width: 768px) {

.about-dsoil-h3 strong, .about-dsoil-p {
  color: white !important;
}

.about-dsoil-p {
  color: #cccccc !important;
}

.about-dsoil-img-div {
width: 13%;
float: left;
/*margin-top: 10%;*/
}

/*#professional-image-div {
  margin-top: 5%;
}*/

.about-dsoil-img-div img {
  float: left;
}

.about-dsoil-p-div {
  float: left;
  width: 70%;
  margin-left: 20px;
}

.about-dsoil-p-div p {
  text-align: left;
  color: white !important;
  /*font-size: 12px;*/
  line-height: 2;

}

.about-dsoil-p-div p strong {
  color: white !important;
  /*font-size: 12px;*/
  font-weight: bold;
}

.col-lg-4 {
	width: 33.1%;
}

.row {
	width: 72%;
	margin: 0px auto;
}

.col-md-4 {
	float: none;
}

.col-md-4 img {
	float: left;
}

.vertical-about-dsoil-hr {

    display:block;
    border:0px;
    height:78px;
    width:2px;
    background-image:url('../Images/about_dsoil_line.jpg');
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;

}

}

@media screen and (max-width: 767px) { 


.row {
	margin: 0px;
}

.mobile-margin-bottom {
  margin-bottom: 5px !important;
}


.about-dsoil-h3 strong, .about-dsoil-p {
	color: white !important;
}

.about-dsoil-p {
  color: #cccccc !important;
  width: 95%;
  margin: 0px auto;
}

.about-dsoil-img-div {

float: left;
}

.about-dsoil-img-div img {
	float: left;
	margin-right: 15px;
}

.about-dsoil-p-div {

	margin-left: 20px;
}

.about-dsoil-p-div p {
	text-align: left;
	color: white !important;
	margin-left: 23%;

}

.about-dsoil-p-div p strong {
	color: white !important;
}


}

@media (min-width: 767px) and (max-width: 1366px) { 
  .row {
    width: 100%;
  }
}


.about-dsoil {
  width: 100%;
  background:#0a1936;
}

.about-dsoil-h3 {
  font-size: 22px;
}

@media (min-width: 1366px) {
  #about-dsoil-div-row {
    width: 65%;
  }
}