.about-us {
	background: #fff;
	padding: 48px 0px;
  color: black;
}

.about-us .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.about-us .row .logo {
	flex: 0 0 auto;
	width: 50%;
  text-align: center;
}

.about-us .text-start{
  padding-bottom: .2em;
  display: none;
}

.about-us .row .description {
	flex: 0 0 auto;
	width: 50%;
}

.about-us .row .description h1 {
    padding-bottom: .2em;
}

.about-us .row .logo img {
  width: 18em;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .about-us .container {
    padding: 5px 2em;
  }
  .about-us .row .logo {
    width: 100%;
  }
  .about-us .row .logo h1 {
    display: block;
  }
  .about-us .row .description {
    padding-top: 2em;
    width: 100%;
    text-align: center;
  }
  .about-us .row .description h1 {
    display: none;
  }
}

.about-us p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.text-start {
  text-align: center;
}
