.anut-block-wrapper {
  margin-top: 52px;
  margin-bottom: 20px;
  background: #F5F5F5;
}
.anut-block-inner {
  display: flex;
  flex-direction: column;
  padding: 99px 0 76px;
}
.anut-block-title {
  line-height: 1.2;
  text-align: center;
  margin: 0px 0 61px;
}
.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 43px;
  min-height: 100px;
}
.anut-block .anut-item .anut-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1c7d0;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.anut-block .anut-item .anut-icon img {
  max-width: 100%;
  height: auto;
}
.anut-block .anut-user {
  margin: 0px 0 11px;
  line-height: 1.25;
  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 {
  display: none;
  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: 15px;
  height: 15px;
  margin: 4px 4px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  background: #EBEBEB;
  border-radius: 10px;
  border: 3px solid #EBEBEB;
}
.anut-block .owl-dots .owl-dot.active span,
.anut-block .owl-dots .owl-dot:hover span {
  background-color: #000;
}