.advantages .card-container {
  display: flex;
  padding-left: 35px;
  padding-right: 35px;
}
.advantages .card-container .card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 33.33%;
  color: #00a651;
}
.advantages .card-container .card img {
  width: 150px;
  height: 150px;
}
.advantages .card-container .card h2 {
  line-height: 80px;
  font-size: 28px;
  font-weight: bold;
}
.advantages .card-container .card p {
  font-size: 18px;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 25px;
}
.advantages .card-container .card div.tab-highlight {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0px;
}
.advantages .card-container .card:hover {
  background-color: #00a651;
  color: whitesmoke;
}
.advantages .card-container .card:hover .tab-highlight {
  background-color: #10cd38;
}
.advantages .m-card-container {
  display: none;
  flex-direction: column;
  width: 450px;
}
.advantages .m-card-container .m-card {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: left;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 88% !important;
  height: 200px;
  color: #00a651;
}
.advantages .m-card-container .m-card img {
  width: 90px;
  height: 90px;
}
.advantages .m-card-container .m-card h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.advantages .m-card-container .m-card p {
  font-size: 12px;
  font-weight: normal;
}
.advantages .m-card-container .m-card .m-adv-desc {
  width: 230px;
}
.advantages .m-card-container .m-card div.m-tab-highlight {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0px;
}
.advantages .m-card-container .m-card:hover {
  background-color: #00a651;
  color: whitesmoke;
}
.advantages .m-card-container .m-card:hover .m-tab-highlight {
  background-color: #10cd38;
}
.advantages .m-card-container .m-card .img-right {
  order: 2;
  margin-right: 30px;
}
.advantages .m-card-container .m-card .desc-right {
  order: 1;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .advantages {
    width: 100%;
    margin: 0 auto;
  }
  .advantages .card-container {
    display: none;
  }
  .advantages .m-card-container {
    display: flex;
    width: 100%;
  }
  .advantages .m-card-container .m-card {
    width: 100% !important;
  }
  .advantages .m-card-container .m-card img {
    width: 50%;
    height: 70%;
  }
  .advantages .m-card-container .m-card .m-adv-desc {
    width: 100%;
  }
  .advantages .m-card-container .m-card .m-adv-desc h2 {
    font-size: 1.375rem;
  }
  .advantages .m-card-container .m-card .m-adv-desc p {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=advantages.css.map */