.anut-block-title {
  margin: 51px 0 44px;
  text-align: center;
}
.anut-block {
  margin-bottom: 81px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.anut-item {
  width: 33.333%;
}
.owl-item .anut-item {
  width: 100%;
}
.anut-block.owl-carousel .owl-stage-outer {
  padding-top: 0px;
}
.anut-block .anut-desc {
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38px 30px 22px;
  margin-bottom: 27px;
}
.anut-block .anut-item .anut-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1c7d0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.anut-block .anut-item .anut-icon img {
  max-width: 100%;
}
.anut-block .anut-user {
  margin: 15px 0 5px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}
.anut-block .anut-text p {
  font-size: 16px;
  line-height: 24px;
}
.anut-block .owl-prev,
.anut-block .owl-next {
  position: absolute;
  top: calc(50% + 18px);
  z-index: 2;
  cursor: pointer;
  display: none;
}
.anut-block. .owl-prev {
  left: 5px;
}
.anut-block .owl-next {
  right: 5px;
}
.anut-block .owl-prev i,
.anut-block .owl-next i {
  font-size: 30px;
  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: -40px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
}
.anut-block .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  background: #f0f2f7;
  border-radius: 50%;
  border: 0;
}
.anut-block .owl-dots .owl-dot.active span,
.anut-block .owl-dots .owl-dot:hover span {
  background-color: #000;
}