.equiteq.component-5b {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-5b::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--eq-background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-5b {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-5b::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-5b .section-title {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-block-end: 1.5rem;
}
.equiteq.component-5b .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  margin-block-end: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-5b .heading {
    font-size: 48px;
    line-height: 56px;
    margin-block-end: 4rem;
  }
}
.equiteq.component-5b .view-all-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-block-end: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-5b .view-all-container {
    margin-block-end: 0;
  }
}
.equiteq.component-5b .view-all-container .view-all {
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}
.equiteq.component-5b .card {
  padding: 0;
  display: flex;
  border: 1px solid #DDD;
  box-shadow: 0 4px 4px 0 rgba(147, 147, 147, 0.2);
  transition: all 0.175s ease-in-out;
  text-decoration: none;
  background-color: #fff;
}
.equiteq.component-5b .card:hover {
  border-color: #333F00;
  box-shadow: 0 4px 8px 0 rgba(51, 63, 0, 0.2);
  transform-origin: center;
}
.equiteq.component-5b .card:hover .card-footer {
  background-color: #333F00;
  color: #FFF;
}
.equiteq.component-5b .card:hover .card-footer .btn.btn-transparent {
  color: #FFF;
}
.equiteq.component-5b .card:hover .card-footer svg {
  fill: #FFF;
}
.equiteq.component-5b .card:hover .card-footer svg path {
  fill: #FFF;
}
.equiteq.component-5b .card .card-header,
.equiteq.component-5b .card .card-body {
  padding: 1.5rem;
}
.equiteq.component-5b .card .card-footer {
  padding: 1rem;
}
.equiteq.component-5b .card .card-header {
  border-block-end: 1px solid #DDD;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equiteq.component-5b .card .card-header .card-date {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.equiteq.component-5b .card .card-header .company-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.equiteq.component-5b .card .card-header .flags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.equiteq.component-5b .card .card-header .flags .country-flag {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.equiteq.component-5b .card .card-content-top {
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.equiteq.component-5b .card .card-content-top .card-service {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.7;
  text-align: center;
  margin-block-end: 0;
}
.equiteq.component-5b .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.equiteq.component-5b .card .card-body .companies {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
.equiteq.component-5b .card .card-body .companies .company-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.equiteq.component-5b .card .card-body .companies .transaction-type {
  color: #1E1E1E;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-block: 1rem;
}
.equiteq.component-5b .card-title {
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-block-end: 1.5rem;
}
.equiteq.component-5b .card-excerpt {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-block-end: 0;
}
.equiteq.component-5b .card-meta {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.equiteq.component-5b .card .card-footer {
  border-top: 1px solid #333F00;
  border-bottom: 2px solid #333F00;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equiteq.component-5b .card .card-footer .btn {
  margin: 0;
  background-color: transparent;
}
.equiteq.component-5b .card .card-footer .btn.btn-transparent {
  color: #011C1A;
  border: none;
  border-radius: none;
  text-align: left;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.equiteq.component-5b .deal-nav-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-5b .deal-nav-container {
    margin-block-start: 4rem;
  }
}
.equiteq.component-5b .deal-nav-container .prev,
.equiteq.component-5b .deal-nav-container .next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.equiteq.component-5b .deal-nav-container .prev {
  transform: rotate(180deg);
}
.equiteq.component-5b .deal-nav-container .swiper-button-disabled img {
  opacity: 0.3;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.equiteq.component-5b .deal-nav-container .nav-stat {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

/*# sourceMappingURL=component-5b.css.map */
