.anut-block {
  margin: 10px 0 0;
  padding: 0 30px;
}
.anut-block .anut-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #f4f4f4;
  padding: 42px 67px 37px 67px;
}
.anut-block .anut-item .anut-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1c7d0;
  border-radius: 50%;
  overflow: hidden;
  width: auto;
  margin: 0 auto 21px;
  transform: none!important;
}
.anut-block .anut-item .anut-icon img {
  max-width: 100%;
  height: auto;
}
.anut-block .anut-user {
  margin: 40px 0 30px;
  text-transform: none;
}
.anut-block .anut-text p {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  line-height: 26px;
  font-style: italic;
}
.anut-block .owl-prev,
.anut-block .owl-next {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 2;
  cursor: pointer;
  border: 1px solid #c9c9c9;
}
.anut-block .owl-prev {
  left: 40px;
}
.anut-block .owl-next {
  right: 40px;
}
.anut-block .owl-prev i,
.anut-block .owl-next i {
  font-size: 33px;
  color: #a0a4b5;
}
.anut-block .owl-prev:hover i,
.anut-block .owl-next:hover i {
  color: #000;
}
.anut-block .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(-50%,0,0);
  -webkit-transform: translate3d(-50%,0,0);
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
}
.anut-block .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #000;
}
.anut-block .owl-dots .owl-dot.active span,
.anut-block .owl-dots .owl-dot:hover span {
  background-color: #000;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .anut-block {
    padding: 0;
  }
  .anut-block .owl-prev,
  .anut-block .owl-next {
    display: none;
  }
}