.s11 {
  padding: 100px 0;
  /* background-image: url(../images/02-home-backgr-img-02.png); */
  background-repeat: no-repeat;
}

.s11-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qodef-btn {
  width: 265px;
  margin: 25px 0 ;
}

.s11-title {
  color: #a6a8aa;
  font-family: Poppins;
  font-size: 40px;
  padding-bottom: 20px;
  text-transform: lowercase;
  text-align: center;
}

.s11-text {
  color: #58595b;
  font-family: Poppins;
  font-size: 17px;
  width: 60%;
  text-align: center;
  padding-bottom: 65px;
}

.s11-item-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s11-team-info {
  padding-top: 22px;
  width: 413px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s11-team-name {
  color: #a6a8aa;
  font-family: Poppins;
  font-size: 20px;
}

.s11-team-position {
  color: #a6a8aa;
  font-family: Poppins;
  font-size: 16px;
  padding-top: 4px;
}

.s11-img {
  object-fit: cover; 
  width: 413px; 
  height: 415px;
}

.s11-img-container {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.s11-img-container:hover .qodef-team-social-holder {
  display: block;
}
.qodef-team-social-holder {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
}
.qodef-team-social-twitter, .qodef-team-social-fb, .qodef-team-social-text {
  font-size: 16px;
  color: #a6a8aa;
}
.qodef-team-social-twitter:hover, .qodef-team-social-fb:hover, .qodef-team-social-text:hover {
  color: rgba(0, 128, 255, 0.5);
}
.qodef-team-social-text-after {
  background: #a6a8aa;
  height: 1px;
  width: 26px;
  position: absolute;
  top: 55%;
  right: -37px;
}
.qodef-team-social-twitter {
  position: absolute;
  right: 60px;
}
.qodef-team-social-fb {
  position: absolute;
  right: 120px;
}