/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 30px 0;
}

#about .about-container .background {
  /* min-height: 300px; */
  width: 150px;
  background: url(../img/img1.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 820px){
  #about img{
    width: 690px;
  }
}
@media (max-width: 420px){
  #about img{
    width: 385px;
  }
}
@media (max-width: 380px){
  #about img{
    width: 330px;
  }
}

#about img{
  width:500px;
}

@media (min-width:300px) {
  #about img{
    width:330px;
  }
}

@media (min-width:600px) {
  #about img{
    width:530px;
  }
}
