.advice {
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.advice .arrowLeftTestimony{
  left: 0%;
  position: absolute;
}
.advice .arrowRightTestimony {
  right: 0%;
  position: absolute;
}
.advice{
  margin-bottom: 30px;
}
.advice .arrowLeftTestimony, .advice .arrowRightTestimony{
  top: calc(50% + 40px);
  width: 20px;
}
.advice h3 {
  font-weight: 600;
  color: #AA1829;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.advice h3 + p {
  color: black;
  font-size: 18px;
  margin-bottom: 30px !important;
}
.sliderAdvice {
  width: 100%;
  margin: auto;
  position: relative;
}
.sliderAdvice .slick-dots{
  top: 105%;
  width: 100%;
  bottom: 100%;
  margin: 0 auto;
}

.sliderAdvice .slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  background-color: #AA1829;
  color: transparent;
  opacity: 0.3;
  font-size: 0;
}

.slick-dots li.slick-active button:before{
  background-color: #AA1829;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.sliderAdvice .slick-dots li button {
  width: 15px;
  height: 15px;
}

.sliderAdvice .slick-dots li {
  width: 15px;
  height: 15px;
}

.consultant {
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 10px;
}
.imgConsultant {
  background: rgba(170, 24, 41, 0.07);
  border-radius: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.imgConsultant img {
  aspect-ratio: 1/1;
  width: 100%;
  margin: auto;
  border-radius: 100px;
}
.nameConsultant {
  color: black;
  font-size: 18px;
  margin-bottom: 10px !important;
  font-weight: 500;
}
.roleConsultant {
  color: #aa1829;
  margin-bottom: 20px !important;
  text-align: center;
  width: 80%;
  height: 40px;
}
.expertise {
  padding: 30px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.expertise p {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 15px !important;
  font-size: 16px;
}
.expertise span {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  height:40px;
}


@media screen and (max-width: 768px) {
  .advice, .sliderAdvice{
    width: 100%;
  }
  .advice h3{
    font-size: 20px;
    line-height: 25px;
  }
  .advice h3+p{
    text-align: center;
    font-size: 15px;
    width: 70%;
    margin: 0 auto 20px auto !important;
  }
  .advice{
    margin-bottom: 30px;
  }

  .sliderAdvice .slick-dots {
    display: none !important;
  }
}