.button_link {
  font-family: "Roboto";
}

.button_link {
  font-weight: 500;
}

.button_link {
  color: #008484;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

@media only screen and (max-width: 768px) {
  .button_link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
}

.Box {
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
}

.paragraph--type--simple-featured-cards {
  padding: 0% 20%;
  width: 100%;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item {
  margin: 40px 0px !important;
  position: relative;
  float: left;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item:first-child {
  margin-top: 0px !important;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-8 {
  float: left;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-3 {
  float: right;
  text-align: right;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-3 h2 {
  text-align: right;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-8 {
  float: right;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-3 {
  float: left;
  text-align: left;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-3 h2 {
  text-align: left;
}

.paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item p {
  margin-top: 15px;
}

.featured-cards-background {
  background-color: #F4F7FA !important;
  background-size: auto !important;
  background-repeat: space !important;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .paragraph--type--simple-featured-cards {
    padding: 0%;
  }
  .paragraph--type--simple-featured-cards .featured-cards-row-regular .col-md-8 {
    width: 66.66667%;
  }
  .paragraph--type--simple-featured-cards .featured-cards-row-regular .col-md-3 {
    width: 25%;
  }
  .paragraph--type--simple-featured-cards .featured-cards-row-reverse .col-md-8 {
    width: 66.66667%;
  }
  .paragraph--type--simple-featured-cards .featured-cards-row-reverse .col-md-3 {
    width: 25%;
  }
  .paragraph--type--simple-featured-cards p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .paragraph--type--simple-featured-cards {
    padding: 0%;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item {
    margin: 20px 0px !important;
    position: relative;
    float: left;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item:first-child {
    margin-top: 0px !important;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-8, .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-8 {
    float: left;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-8 .featured-cards-item-image .skew-bottom:before, .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-8 .featured-cards-item-image .skew-top:before, .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-8 .featured-cards-item-image .skew-bottom:before, .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-8 .featured-cards-item-image .skew-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-3, .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-3 {
    float: left;
    text-align: left;
    padding: 10%;
    bottom: 0px;
    position: absolute;
    color: #ffffff;
    z-index: 30;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-regular .col-md-3 h2, .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item .featured-cards-row-reverse .col-md-3 h2 {
    text-align: left;
    color: #ffffff;
  }
  .paragraph--type--simple-featured-cards .paragraph--type--simple-featured-cards-item p {
    margin-top: 15px;
  }
}
