.section-technology{
  padding: 180px 0 120px;
  background-position: center center;
  background-size: cover;
}

.multipath, .servers {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--exl-bg-darker);
  background-size: cover;
  background-position: center center;
}

.multipath picture {
  mix-blend-mode: lighten;
}

.multipath .card_hiw:before {
  content: '';
    position: absolute;
    width: calc(50vw);
    border-radius: 10px 0 0 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(110.93deg, rgba(64, 91, 161, 0.15) 3.66%, rgba(65, 75, 101, 0) 100%);
    z-index: -1;
}

.servers .card_hiw:before {
  content: '';
    position: absolute;
    width: calc(50vw);
    border-radius: 0 10px 10px 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(279deg, rgba(64, 91, 161, 0.15) 3.66%, rgba(65, 75, 101, 0) 100%);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.features .feature .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.features .feature .title .icon {
  width: 45px;
  height: 45px;
  background-color: var(--red-1000, #2C0606);
  border: solid 1px #EC4046;
  border-radius: 10px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.features .feature .title h5 {
  width: calc(100% - 55px);
}


.heading {
  color: var(--exl-accent);
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
.modules {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.servers-heading {
  color: var(--exl-accent);
  font-size: 2rem;
  font-weight: 900;
}
.multipath-heading {
  color: var(--exl-accent);
  font-size: 2rem;
  font-weight: 900;
}
.footer-promotion {
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
}
.modules-heading {
  text-align: center;
  font-weight: 900;
  color: var(--exl-accent);
  font-size: 1rem;
}
.sub-heading {
  position: relative;
  display: flex;
  text-align: center;
  font-size: 1.2rem;
  justify-content: center;
}
.section-how-works-server {
  position: relative;
  color: white;
  overflow: hidden;
  padding: 2rem 2rem 5rem;
  background-color: #131313;
}
.section-how-works-multipath {
  position: relative;
  color: white;
  overflow: hidden;
  padding: 2rem 2rem 5rem;
  background-color: #1b1b1b;
}
.section-how-works-module {
  position: relative;
  color: white;
  overflow: hidden;
  padding: 5rem 2rem 5rem;
}
.footer-bg {
  text-align: center;
  position: absolute;
  width: 2000px;
  height: auto;
  left: 50%;
  margin-left: -1000px;
  z-index: -1;
}

.banner {
  position: absolute;
  width: 2000px;
  max-width: none;
  height: auto;
  left: 50%;
  margin-left: -1000px;
  z-index: -1;
  margin-top: -150px;
}

.module-img {
  margin-left: 19%;
  margin-bottom: 0.5rem;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-technology {
    padding: 160px 0 3rem;
  }

  .section-how-works-server, .section-how-works-multipath, .section-how-works-module {
    padding: 2rem 0;
  }

  .section-how-works-server img {
    max-width: 100%;
    height: auto;
  }
  .section-how-works-multipath img {
    max-width: 100%;
    height: auto;
  }
}

.text-primary-custom {
  color: var(--red-500, #EC4046);
}