
#superDeveloper111{
  display: none;
}
.content{
  min-height: 100vh;
}

/*
About-us
*/
#about-us .ui.container {
  width: 1577px;
  padding: 0 50px;
}
#about-us section.hero .background-image:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

#about-us section.hero .copy {
  width: 625px;
  position: relative;
  padding-top: 95px;
}

#about-us .hero h2 {
  font-size: 70px;
  line-height: 85px;
  color: #fff;
  width: 625px;
}
#about-us .hero p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 32px;
  color: #fff;
  width: 503px;
}
#about-us section.hero {
  position: relative;
  width: 100%;
  height: 755px;
  padding-top: 188px;
}

#about-us section.hero img {
  width: 482px;
  height: 632px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
}

.single.header{
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 400px;
  justify-content: center;
  padding: 0 1%;
  width: 100%;
}
