#about-us-wrap {
  margin: 12% 0;
}

#about-us-wrap .block {
  margin-bottom: 60px;
}

#about-us-wrap .block .top-image-wrap {
  position: relative;
}

#about-us-wrap .block .top-image-wrap img {
  width: 80%;
}

#about-us-wrap .block-2 .top-image-wrap {
  text-align: right;
}

#about-us-wrap .block-2 .top-image-wrap img {
  width: 60.8%;
}

#about-us-wrap .block-2 .top-image-wrap img {
  width: 60.8%;
}

#about-us-wrap .block-3 .top-image-wrap {
  text-align: right;
}

#about-us-wrap .block .header-name {
  position: absolute;
  top: 40%;
  left: 57%;
  text-transform: uppercase;
  max-width: 50%;
  font-size: 20px;
  color: #000;
  text-align: left;
}

#about-us-wrap .block-2 .header-name {
  left: 21%;
}

#about-us-wrap .block-3 .header-name {
  left: 0;
}

#about-us-wrap .block .header-name span {
  display: block;
  font-family: avo_bold;
  font-size: 3vw;
  margin: 10px 0;
}

#about-us-wrap .block .content {
  max-width: 50%;
  font-size: 1.3em;
  text-align: justify;
  margin: 25px 0;
  position: relative;
  padding-top: 20px;
  position: relative;
  display: block;
  font-family: SFUDinLight;
}

#about-us-wrap .block-2 .content {
  left: 39%;
}

#about-us-wrap .block .content:after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  top: 0px;
  background: #333;
  left: 0;
}

@media(max-width:768px) {
  #about-us-wrap .block .top-image-wrap img {
    width: 100%;
  }

  #about-us-wrap .block .header-name {
    position: static;
    margin-top: 20px;
    font-size: 0.8em;
    white-space: nowrap;
  }

  #about-us-wrap .block .header-name span {
    font-size: 1.9em;
    margin: 0;
  }
  
   #about-us-wrap .block .header-name span br{
	   display: none;
   }

  #about-us-wrap .block .content {
		padding-top: 10px;
		margin-top: 0;
		left: 0;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		font-size: 0.9em;
		max-width: 100%;
		line-height: 120%;
  }
  
}