.tc-team-st5 .team-card .img {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto 30px;
}

.fourth {
  height: 150px !important;
  width: 150px !important;
}

.pluus {
  border-radius: 100px;
}

.logo-1 {
  margin-right: 7px;
}

@media (max-width: 440px) {
  .logo-2 {
    height: 18px !important;
  }

  .logo-1 {
    height: 30px !important;
    margin-right: 4px;
  }

  .head {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 441px) and (max-width: 617px) {
  .logo-2 {
    height: 28px !important;
  }

  .logo-1 {
    height: 45px !important;
    margin-right: 6px;
  }

  .head {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 990px) {
  .sub-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

@media (min-width: 991px) {
  .sub-image {
    display: none;
  }
}

/* .heading-short {
  font-size: 10px;
} */
