.amt-carousel{
  margin: 30px 0;
}
.am_testimonial {
  display: flex;
  font-family: "Montserrat";
}
.am_testimonial_image {
  position: relative;
  width: 25%;
  margin-right: 30px;
}
.am_testimonial_image .yellow-garnish {
  width: 60%;
  height: 60%;
  background-color: #ffd53a;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.am_testimonial_image img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 30px 30px 0;
}
.am_testimonial article {
  padding-top: 30px;
  line-height: 30px;
  font-size: 18px;
}
.am_testimonial_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
}
.am_testimonial_content .author {
  padding-bottom: 50px;
}

.amt-carousel .slick-dots {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.amt-carousel .slick-dots li {
  display: inline-block;
}
.amt-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: solid 1px #b50050;
  border-radius: 50%;
}

.amt-carousel .slick-dots .slick-active button {
  background: #b50050;
}
.slick-initialized .slick-slide {
  overflow: hidden !important;
}
@media screen and (max-width: 680px) {
  .am_testimonial{
    display: block;
    padding: 15px;
  }
  .am_testimonial_image{
    width: 100%;
  }
  .am_testimonial_content{
    width: 100%;
  }
}