.ax-interest {
  background: #F6F6F6;
  border-radius: 1.5625rem;
  margin: 0 0 2.5rem 0;
  padding-top: 1.25rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .ax-interest {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .ax-interest {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
.ax-interest-space {
  margin: 0 0 3.125rem 0;
}
@media (min-width: 568px) {
  .ax-interest-space {
    margin: 0 0 1.875rem 0;
  }
}
@media (min-width: 768px) {
  .ax-interest-space {
    margin: 0;
  }
}
.ax-interest-banner {
  height: 10rem;
  z-index: 0;
}
@media (min-width: 568px) {
  .ax-interest-banner {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .ax-interest-banner {
    height: 18rem;
  }
}
@media (min-width: 992px) {
  .ax-interest-banner {
    height: auto;
  }
}
.ax-interest-shapeOne {
  position: absolute;
  width: 100%;
  bottom: 0.8125rem;
  text-align: right;
  padding: 0 1.875rem 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .ax-interest-shapeOne {
    bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .ax-interest-shapeOne {
    bottom: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .ax-interest-shapeOne {
    bottom: 1.25rem;
  }
}
.ax-interest-shapeOne--button {
  position: absolute;
  bottom: -2.375rem;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (min-width: 568px) {
  .ax-interest-shapeOne--button {
    text-align: right;
    position: initial;
  }
}
.ax-interest-shapeOne:after {
  border-radius: 1.5625rem;
  content: "";
  /*background: url(../img/bg-banner-1-mobile.png) no-repeat;*/
  background-size: 100%;
  position: absolute;
  bottom: -0.8125rem;
  right: 0;
  height: 8.75rem;
  width: 100%;
  z-index: -1;
}
@media (min-width: 568px) {
  .ax-interest-shapeOne:after {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .ax-interest-shapeOne:after {
    /*background: url(../img/bg-banner-1.png) no-repeat;*/
    background-size: 100%;
    bottom: -1.25rem;
    height: 17.875rem;
  }
}
@media (min-width: 992px) {
  .ax-interest-shapeOne:after {
    height: 20.25rem;
  }
}
@media (min-width: 1024px) {
  .ax-interest-shapeOne:after {
    height: 20.25rem;
    bottom: -17px;
  }
}
@media (min-width: 1200px) {
  .ax-interest-shapeOne:after {
    height: 24.5rem;
  }
}
.ax-interest-shapeTwo {
  position: absolute;
  width: 100%;
  bottom: 0.8125rem;
  text-align: right;
  padding: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .ax-interest-shapeTwo {
    bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .ax-interest-shapeTwo {
    bottom: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .ax-interest-shapeTwo {
    bottom: 1.25rem;
  }
}
.ax-interest-shapeTwo--button {
  position: absolute;
  bottom: -2.375rem;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (min-width: 568px) {
  .ax-interest-shapeTwo--button {
    position: initial;
  }
}
.ax-interest-shapeTwo--button .ax-verde {
  background: #007934;
}
.ax-interest-shapeTwo:after {
  border-radius: 1.5625rem;
  content: "";
  /*background: url(../img/bg-banner-2-mobile.png) no-repeat;*/
  background-size: 100%;
  position: absolute;
  bottom: -0.8125rem;
  right: 0;
  height: 7.1875rem;
  width: 100%;
  z-index: -1;
}
@media (min-width: 568px) {
  .ax-interest-shapeTwo:after {
    height: 10.625rem;
  }
}
@media (min-width: 768px) {
  .ax-interest-shapeTwo:after {
    /*background: url(../img/bg-banner-2.png) no-repeat;*/
    background-size: 100%;
    height: 16.375rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 992px) {
  .ax-interest-shapeTwo:after {
    height: 18.5625rem;
  }
}
@media (min-width: 1024px) {
  .ax-interest-shapeTwo:after {
    height: 18.625rem;
  }
}
@media (min-width: 1200px) {
  .ax-interest-shapeTwo:after {
    height: 22.5rem;
  }
}
.ax-interest-image {
  border-radius: 1.5625rem;
  overflow: hidden;
  height: 10rem;
}
@media (min-width: 568px) {
  .ax-interest-image {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .ax-interest-image {
    height: 18rem;
  }
}
@media (min-width: 992px) {
  .ax-interest-image {
    height: auto;
  }
}
.ax-interest-image img {
  width: 100%;
}
.ax-interest-content {
  bottom: -1.25rem;
  padding: 0 2.125rem 2.125rem 2.125rem;
  padding: 0 1.25rem 2.125rem 1.25rem;
  width: 100%;
  z-index: 3;
}
@media (min-width: 568px) {
  .ax-interest-content {
    bottom: 0;
    padding: 0 2.125rem 2.125rem 2.125rem;
  }
}
.ax-interest-content--text {
  color: #fff;
  font-family: "epm-thin", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.ax-interest-content--text strong {
  font-family: "epm-black", sans-serif;
}
@media (min-width: 768px) {
  .ax-interest-content--text {
    /*font-size: 15px;*/
    line-height: 1rem;
  }
}
@media (min-width: 992px) {
  .ax-interest-content--text {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .ax-interest-content--text {
    font-size: 16px;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .ax-interest-content--text {
    font-size: 19px;
    line-height: 19px;
  }
}
.ax-interest .ax-button-arrow {
  display: inline-flex;
  padding: 7px 30px 7px 20px;
  border-radius: 1.25rem;
  font-family: "epm-bold", sans-serif;
  text-align: center;
  position: relative;
}
.ax-interest .ax-button-arrow:after {
  content: "";
  /*background: url(../img/arrow-right-button.svg);*/
  background-size: 55%;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 14px;
}
.ax-interest-shapeOne p {
  padding: 0 0 0 50%;
}
@media (min-width: 340px) {
  .ax-interest-shapeOne p {
    padding: 0 0 0 56%;
  }
}
@media (min-width: 568px) {
  .ax-interest-shapeOne p {
    padding: 0 0 0 65%;
  }
}
@media (min-width: 768px) {
  .ax-interest-shapeOne p {
    padding: 0 0 0 38%;
  }
}
@media (min-width: 992px) {
  .ax-interest-shapeOne p {
    padding: 0 0 0 33%;
  }
}
@media (min-width: 1200px) {
  .ax-interest-shapeOne p {
    padding: 0 0 0 40%;
  }
}

@media (max-width: 767px){
    .ax-interest .ax-button-arrow {
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }
}