* {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 300; 
  color: #000;
}
h1 {
  font-size: 62px;
  @media (max-width: 575.98px) {
    font-size: 40px;
  }
}
.f-primary {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 200;
}
h4.f-primary {
  font-size: 30px;
  @media (max-width: 575.98px) {
    font-size: 26px;
  }
}
h2 {
  font-size: 44px;
  @media (max-width: 575.98px) {
    font-size: 36px;
  }
}
h3 {
  @media (max-width: 575.98px) {
    font-size: 28px;
  }
}
p.lead {
  font-size: 24px;
  @media (max-width: 575.98px) {
    font-size: 20px;
  }
}
.navbar {
  @media (min-width: 768px) {
    height: 100px;
  }
  border-bottom: 1px solid #f6f6f6;
}
.navbar-brand img {
  @media (max-width: 768px) {
    height: 30px;
  }
}
.navbar-collapse {
    padding:10px 0;
    text-align: right;
}
.btn {
  border-radius: 8px 0 !important;
}
.btn-primary {
  background: #342e6c;
  border-color: #342e6c;
}
.marquee-content {
  display: flex;
  animation: scrolling 30s linear infinite;
}
.marquee-item {
  flex: 0 0 20hw;
  margin: 0 2vw;
}
.marquee-item img {
  display: block;
  width: 107px;
  height: 40px;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-44vw);
  }
}
.card {
  border-radius: 8px 0 !important;
}
.accordion-button {
  font-size: 22px !important;
  padding: 24px;
}
