/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.tcs-pillar-card {
  min-height: 270px;
  padding: 28px;
  background: #FFFFFF;
  border: 1px solid #D9DED9;
  transition: background-color .25s ease,
              color .25s ease,
              transform .25s ease,
              box-shadow .25s ease;
}
.tcs-pillar-card h3 { color: #2F6F4E; }
.tcs-pillar-card a { color: #24332F; font-weight: 700; }
.tcs-pillar-card:hover,
.tcs-pillar-card:focus-within {
  background: #2F6F4E;
  color: #FFFFFF;
  transform: translateY(-5px);
  box-shadow: 0 18px 52px rgba(36,51,47,.12);
}
.tcs-pillar-card:hover h3,
.tcs-pillar-card:hover a,
.tcs-pillar-card:focus-within h3,
.tcs-pillar-card:focus-within a { color: #FFFFFF; }
@media (max-width: 767px) {
  .tcs-pillar-card { min-height: 220px; transform: none; }
}
.tcs-pillar-card { transition: none; }
}
.tcs-overline {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7EDA58;
}
.tcs-hero-visual { position: relative; }
.tcs-hero-card {
  position: absolute;
  left: -42px;
  bottom: -36px;
  width: 305px;
  z-index: 2;
  background: #FFFFFF;
  padding: 20px 22px;
  border-left: 6px solid #7EDA58;
  box-shadow: 0 18px 52px rgba(36,51,47,.12);
}
@media (max-width: 767px) {
  .tcs-hero-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -30px 18px 0;
  }
}