@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap);.bc_element .bc_top_part h2 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 52px;
  color: #000000;
  font-weight: 300;
  letter-spacing: -0.03em; }

.bc_element .bc_bottom_part {
  margin-top: 35px; }
  .bc_element .bc_bottom_part .card {
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #EEEEEE;
    display: block;
    overflow: hidden; }
    .bc_element .bc_bottom_part .card:hover {
      text-decoration: none; }
      .bc_element .bc_bottom_part .card:hover .card-header {
        opacity: 0.7; }
    .bc_element .bc_bottom_part .card .card-header {
      transition: opacity 0.2s ease-in-out;
      overflow: hidden;
      position: relative;
      z-index: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-size: cover;
      width: 100%;
      height: 200px;
      background-position: center center; }
    .bc_element .bc_bottom_part .card .card-body {
      position: relative;
      z-index: 1;
      padding: 30px 30px; }
      .bc_element .bc_bottom_part .card .card-body .title {
        font-weight: 700;
        color: black;
        font-size: 20px;
        text-align: center; }
      .bc_element .bc_bottom_part .card .card-body .btn-link {
        margin: 25px auto;
        border: 1px solid #00b3e3;
        display: block;
        width: 200px;
        text-align: center;
        padding: 10px 20px;
        color: #00b3e3;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out; }
        .bc_element .bc_bottom_part .card .card-body .btn-link:hover {
          color: #fff;
          background-color: #00b3e3;
          text-decoration: none; }
