.about-left img {
  width: 100%;
  height: 500px;
}

.about-right ul li {
  display: flex;
}

.about-right h1 {
  color: #70A548;
  font-size: 37px;
  margin-bottom: 5px;
}
@media (max-width: 991.5px) {
  .about-right h1 {
    text-align: center;
    margin-top: 20px;
  }
}

.about-right p {
  color: #444;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
}

.about-right a {
  font-size: 15px;
  color: #444;
  text-decoration: none;
}
.about-right a:hover {
  color: black;
}

.about-right .address ul li {
  margin-bottom: 5px;
}

.address .address-logo {
  margin-right: 15px;
  color: #70A548;
}

.address .saprater-phn {
  margin: 0 30px;
}

.address .saprater-mail {
  margin: 0 35px;
}

.about-right .expertise ul {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expertise h3 {
  margin-bottom: 10px;
}

.expertise .expertise-logo {
  font-size: 19px;
  margin-right: 10px;
  color: #e74d06;
}/*# sourceMappingURL=about-four.css.map */