/* GENERAL */
/* VARIABLES */
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* COLORS */
/* FUNCTIONS */
/* BREAKPOINTS */
/* MIXINS */
/**benefit-banner**/
.benefit-banner {
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 480px) {
  .benefit-banner {
    margin-top: 10px;
  }
}
.benefit-banner:after {
  content: "";
  display: block;
  background-image: url("/web/themes/custom/abi/assets/images/icons/banner-dots.png");
  width: 100%;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.benefit-banner:before {
  content: "";
  display: block;
  background-image: url("/web/themes/custom/abi/assets/images/icons/banner-dots.png");
  width: 100%;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.benefit-banner .benefit-banner-img:after {
  content: "";
  background: rgba(0, 0, 0, 0.7215686275);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.benefit-banner .benefit-banner-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefit-banner .benefit-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefit-banner .benefit-content p {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  max-width: 944px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .benefit-banner .benefit-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .benefit-banner .benefit-content p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=membership-testimonial.css.map */
