.bottom_pane_wrapper .content_card .title h3{
  margin-bottom:12px;
  font-weight:700;
}
.bottom_pane_wrapper .content_card .description{
  font-size:18px;
}
.bottom_pane_wrapper .content_card .description > *{
margin-bottom:12px;
}
.bottom_pane_wrapper .content_card .description > *:last-child{
margin-bottom:0px;
}
.bottom_pane_wrapper .content_cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 44px;
  grid-row-gap: 24px;
}
.bottom_pane_wrapper  .description a {
  color: #000;
  font-weight:700;
}
.bottom_pane_wrapper  .description a strong {
  color: #292929;
  font-weight:700;
}
@media (max-width:992px) { 
  .bottom_pane_wrapper .content_cards {
    grid-row-gap:36px;
  }
  @media (max-width:810px) { 
    .bottom_pane_wrapper .content_cards {
      grid-template-columns: repeat(1,1fr);
    }
    .bottom_pane_wrapper  .content_card .description{
      font-size:16px;
    }
    .bottom_pane_wrapper .content-wrapper{
      padding:0 40px;
    }
    .bottom_pane_wrapper .content_card .description {
      word-break: break-word;
    }
  }