em {
  text-align: center !important;
}
.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.card {
  /* background: #eeeeee; */
  padding: 5px 20px;
  /* border-radius: 10px; */
  width: 20rem;
  background-color: #fff;
  color: var(--primary-color);
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22);
}

.card:hover {
  background: #dddddd;
}

.card .card-body a {
  border-bottom: 2px solid #009879;
}

.card .card-body a:hover {
  font-size: 1.02rem;
}

.top {
  display: none;
  padding: 1rem 2rem;
}

.top .container a img {
  /* filter: invert(1); */
  width: 100%;
}

.disclosures .container {
  width: 50%;
  font-size: 0.8rem;
  text-align: justify;
  background: #eeeeee;
  padding: 15px 20px;
  border-radius: 20px;
}

.tab {
  /* border: 1px solid #cccccc; */
  display: flex;
}

.tabs-sidebar {
  width: 20%;
  flex-shrink: 0;
  /* background: #cccccc; */
}

.tabs-btn {
  display: block;
  padding: 10px;
  background: #eeeeee;
  border: none;
  width: 100%;
  cursor: pointer;
  /* border-radius: 20px; */
}

.tabs-btn:active {
  background: #dddddd;
}

.tabs-btn:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.tabs-btn--active {
  font-weight: bold;
  border-right: 3px solid #009879;
  background: #dddddd;
}

.tabs-content {
  padding: 0 15px 20px 30px;
  font-size: 0.9rem;
  display: none;
  width: 60%;
}

.tabs-content .social {
  width: 20%;
  margin-top: .5rem;
  /* background: grey; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
}
/* .tabs-content h2 .social a {
    background:#009879;
} */
.tabs-content .social a img {
  width: 45%;
  /* height: auto; */
}

.tabs-content ul {
  list-style-type: unset;
  padding-left: 20px;
}

.tabs-content--active {
  display: block;
}

.tabs-content > :first-child {
  margin: 0;
}

@media only screen and (max-width: 479px) {
  section.library {
    padding: 0 2em 2em 2em;
  }
  .row {
    display: block;
  }
  .card {
    margin-bottom: 2rem;
    width: 100%;
  }

  .top {
    display: block;
  }
  .top .container {
    width: 10%;
    height: 20%;
    margin-left: auto;
    border: 2px solid;
    border-radius: 100%;
    /* text-align: center; */
    padding: 5px;
    /* background: #51CFA3; */
  }
  .top .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-items: center;
        align-content: center; */
  }

  .tab {
    display: block;
  }
  .tabs-sidebar,
  .tabs-content {
    width: 100%;
  }
  .tabs-content {
    padding: 20px 0;
    margin-top: 1rem;
  }
  .tabs-content .social {
    width: 30%;
  }
  .tabs-content .social a img {
    width:50%;
  }
  .disclosures .container {
    width: 100%;
  }
}
