.about-us {
  padding-top: 50px;
  padding-bottom: 70px;
}

.about-us-icon {
  width: 70px;
  line-height: 77px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 5px 0px rgba(136, 136, 136, 0.75);
}

.about-us-icon > .fa {
  font-size: 22px;
  color: #9d82c7;
}

h1 {
  color: #343434;
}

h3 {
  color: #343434;
  font-size: 20px;
}

p {
  color: #8e959f;
  font-size: 16px;
  line-height: 24px;
}

table {
  width: 95% !important;
}

.about-logo {
  width: auto;
  display: inline-block;
  margin-right: 30px;
}

.about-logo > img {
  height: 120px;
}

.about-us-l {
  width: 50%;
  float: left;
}

.about-us-r {
  width: 50%;
  float: left;
}

@media screen and (max-width: 900px) {
  .about-us-l {
    margin-bottom: 30px;
  }

  .about-us-l,
.about-us-r {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .about-logo {
    width: 48%;
    margin-right: 2%;
    text-align: center;
  }

  .about-logo > img {
    height: auto;
    width: 90%;
  }
}