.teacher-box {
  max-width: 1200px;
  margin: 0 auto 0;
  height: auto;
  max-height: 100%;
  padding: 1rem;
  line-height: 1.6;
}

.teacher_img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  background-color: khaki;
  margin: auto;
  margin-top: 2rem;
}
.teacher_h {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 500;
  margin-left: 2rem;
}
.teacher_pos {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-left: 2rem;
}
.teacher_pos_1 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-left: 2rem;
  text-transform: uppercase;
}
.teacher_text {
  text-align: left;
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 2rem;
}
.teacher_tab_str {
  border-bottom: 1px solid #085aae;
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  justify-content: center;
}
.linsk_fb {
  color: #085aae;
  outline: none;
  text-decoration: none;
}
.linsk_fb:hover {
  color: #085aae;
  text-decoration: underline;
}


@media (min-width: 962px) {
  .teacher_tab {
    width: 600px;
    height: auto;
    margin-left: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .teacher_tab_str {
  width: 500px;
 
}
}