.mcs-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:stretch;
  margin: 65px;
}

.mcs-card{
  background:#ececed;
  padding:40px;
}

.mcs-card--dark{
  background:#0f1f67;
  color:#fff;
}

.mcs-title{
  font-family: 'Source Serif 4';
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #222;
  margin-bottom: 22px;
}

.mcs-chartwrap{position:relative;height:420px}

.mcs-table{
  width:100%;
  border-collapse:collapse;
  color:#fff;
  height: 90%;
}

/* .mcs-table thead th{
  text-align:left;
  border-bottom:1px solid #fff;
  padding-bottom: 20px;
  width: 30%;
  vertical-align: top;
} */

#mcs-head {
  font-size: 16px;
  font-family: 'Inter';
  padding-bottom: 20px;
}

/* .mcs-table thead th:first-of-type {
  width: 40%;
} */

.mcs-table tbody td{
  border-bottom:1px solid #fff;
}

.mcs-table tbody tr:last-child td{border-bottom:0}

.mcs-table tbody tr:first-child td{border-top:1px solid #fff;}

.mcs-footnote{
  font-size:12px;
  opacity: .85;
}
@media (max-width: 980px){
  .mcs-grid{
    grid-template-columns: 100%;
    margin: 30px;
  }

  .mcs-card {
    padding: 20px;
  }

  .mcs-card--dark {
    padding-bottom: 40px;
  }

  .mcs-table {
    font-size: 12px;
  }

  .mcs-table tbody td {
    padding: 6px 0;
  }

  /* .mcs-chartwrap{height:360px} */
}
