body {
  font-family: inherit;
}
.bonds-bg-img {
  background: url('../Images/Bonds.jpg');
  background-position: center;
  margin-top: 175px;
}
#commercial-papers-bg-img {
  background: url('../Images/Commercial\ Papers.png');
  background-position: center;
}
.top-left-text {
  position: absolute;
  top: 30%;
  left: 20%;
  /* border: 1px solid red */
}
.commercial_papers {
    background: url('../Images/Commercial\ Papers.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    max-height: 300px;
    min-height: 30px;
}
.bankers_acceptance {
  background: url('../Images/Bonds.jpg');
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 300px;
  /* border: 5px solid red; */
  min-height: 30px;
}
.bankers_acceptance_img {
  background: url('../Images/Commercial Papers.png');
  height: 50%;
  margin-top: 7.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.treasury_bills_img {
  background: url('../Images/TreasuryBills.jpg');
  height: 70%;
  margin-top: 7.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.money_market {

}
.stacked-lines {
    width: 100%;
    height: 100%;
    border:  1px solid red;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 2px solid #003366;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: Campton;
  }
 th {
    border-collapse: collapse;
    border-bottom: 2px solid #003366;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: #003366;
    font-family: Campton;
}

tr { width: 100%;}

tr td {
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #085eb4;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 15px;
    font-size: 18px;
    color: #1a1a1a;
    font-family: Campton;
    width: 50%;
    /* border-right: 1px solid blue */

}
tr:nth-child(even) {
  background-color: #fff;
}
#money-market-bg-img {
  height: 29vh;
  background: url('../Images/Investment_01.png');
  background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 7.8rem;
}
#money-market-bg-img .col-sm-6 {
  margin-top: auto;
  margin-bottom: auto;
}
