.home_title {
    font-size: 2rem;
    /* line-height: 30px; */
    margin-bottom: 32px;
    padding: 0;
    font-weight: 700;
    line-height: 130% !important;
    letter-spacing: -.05em;
    color: #01386D;
    border-bottom: 4px solid #007B8D;
    display: inline-block;
}

.container.transparent{
    background-color: transparent;
}

.bg-white{
    background-color: white;
}

.home__table {
    border-collapse: collapse;
    width: 100%;
}

/* .home__table_margin_auto {
  border-collapse: collapse;
  margin: 20px auto;
  width: auto;
} */


.home__table__header {
    font-weight: 500;
}


.home__table th,
.home__table tbody a {
  padding: 1px 3px;
}

.home__table tbody tr:hover {
    background: #CADEF0;
}

.home__table tbody a {
    display: block;
    text-decoration: none;
    transition: all 0.25s ease-out;
  }

  
.home__table_margin_auto td, .home__table_margin_auto th {
  padding-left: 20px;
  padding-right: 20px;
}

  .home_view_more {
    text-align: right;
  }
  .home_view_more a {
    color: #007B8D;
    text-decoration: none;
    font-weight: bold;
    margin-right: 25px;
  }

  