.space-line {
  position: relative;
  font-size: 20px;
}
.space-line:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .team-words-carousel .fz-30 {
    font-size: 18px;
  }
}
.team-words-carousel .item {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .team-words-carousel .item {
    display: -ms-grid;
    display: grid;
  }
}
@media (max-width: 1199.98px) {
  .team-words-carousel .item .col.d-flex {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 40px;
  }
}
.team-words-carousel .item .content {
  max-width: 430px;
  margin: auto;
  padding-top: 70px;
}
@media (max-width: 1199.98px) {
  .team-words-carousel .item .content {
    padding-top: 0px;
  }
}
.team-words-carousel .item .author {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .team-words-carousel .item .author {
    padding-top: 40px;
  }
}
.team-words-carousel .item .post {
  color: #fff;
  opacity: 0.7;
  margin-top: 0;
  padding-top: 0;
}
.team-words-carousel .item .img-box-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .team-words-carousel .item .img-box-out {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 0px;
  }
}
.team-words-carousel .item .img-box {
  max-width: 496px;
  width: 100%;
  max-height: 496px;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1599.98px) {
  .team-words-carousel .item .img-box {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (max-width: 1199.98px) {
  .team-words-carousel .item .img-box {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.team-words-carousel .owl-dots {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -100px;
  top: 43%;
}
@media (max-width: 1199.98px) {
  .team-words-carousel .owl-dots {
    right: -50px;
    position: absolute;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    right: inherit;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
 
  .team-words-carousel .item .img-box {
    max-width: 220px;
    max-height: 220px;
  }
}
.team-words-carousel .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  background: #fff !important;
  opacity: 0.2 !important;
}
.team-words-carousel .owl-dot.active span {
  background: #fff !important;
  opacity: 1 !important;
}