body {
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 26px !important;
  color: #6c6c6c !important;
  background-color: #f0f0f0;
}
.color-highlight {
  color: #0078d7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  margin-top: 0px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  line-height: 22px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
.theme-dark {
  background-color: #1b1d21;
}
.theme-dark .divider {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-dark .card {
  background-color: #0f1117;
}
.theme-dark h5,
.theme-dark h3 {
  color: #fff;
}
.theme-dark p {
  color: #898989;
}
.font-600 {
  font-weight: 600;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}

.card-style {
  overflow: hidden;
  margin: 0px 16px 30px 16px;
  border-radius: 15px;
  border: none;
}

.content {
  margin: 20px 15px 20px 15px;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
