.anut-block-wrapper {
  margin-bottom: 80px;
  background: #F7F7F7;
  border-radius: 10px;
}
.anut-block-inner {
  display: flex;
  flex-direction: column;
  padding: 55px 0 34px;
}
.anut-block-title {
  text-align: center;
  margin: 0px 0 19px;
}
.anut-block.owl-carousel .owl-stage-outer {
  padding-top: 0px;
}
.anut-block .anut-desc {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 60px;
  min-height: 100px;
}
.anut-block .anut-item .anut-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1c7d0;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.anut-block .anut-item .anut-icon img {
  max-width: 100%;
  height: auto;
}
.anut-block .anut-user {
  margin: 0px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.anut-block .anut-user svg {
  margin: 3px 11px 0 0px;
}
.anut-block .anut-text p {
  max-width: 690px;
  margin-bottom: 31px;
}
.anut-block .owl-prev,
.anut-block .owl-next {
  position: absolute;
  top: calc(50% - 19px);
  z-index: 2;
  cursor: pointer;
}
.anut-block. .owl-prev {
  left: 5px;
}
.anut-block .owl-next {
  right: 0px;
}
.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: 16px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
}
.anut-block .owl-dots .owl-dot span {
  width: 20px;
  height: 8px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  background: #D9D9D9;
  border-radius: 10px;
  border: 0;
}
.anut-block .owl-dots .owl-dot.active span {
  width: 74px;
}
.anut-block .owl-dots .owl-dot.active span,
.anut-block .owl-dots .owl-dot:hover span {
  background-color: #000;
}