.header {
  background-image: url('../img/desktop-default-services.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* .header::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #a00b0;

} */
.bg-service-list .header-container {
  position: relative;
}

.bg-service-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(0, 150, 219, 0) 0%, rgba(0, 150, 219, 0.94) 30%, rgba(0, 150, 219, 0.971) 100%); */
  background: linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(170, 0, 0) 50%, rgb(23 23 23) 100%);
}




.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-13);
}

.bg-service-list {
  min-height: 240px;
}

.services .custom-col {
  width: 12.5%;
  flex: 0 0 auto;
}

.services .name-service {
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .service-box {
  border-radius: 12px;
  background-color: #a00;
}

.services a:hover .service-box {
  background-color: #eaeaff;
  transition: 0.5s;
}

.fixed-bar {
  display: flex;
}

.description h2 {
  color: #a00;
  padding-left: 0;
  padding-right: 0;
}

.description h3 {
  color: #a00;
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.description p {
  color: rgb(139, 139, 139);
}

ol,
ul {
  padding-right: 1rem !important;
}

@media (max-width:576px) {
  .services .custom-col {
    width: 33.3%;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .services .custom-col {
    width: 20%;
  }
}

@media (min-width:768px) {
  .bg-service-list {
    min-height: 150px;
  }

  .description h3 {
    margin-top: 2rem;

  }

}

@media (max-width:992px) {
  .bg-service-list {
    background-image: url('/assets/site/img/default-mobile-services.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .services .custom-col {
    width: 16.6%;
  }

  .bg-service-list .header-container {
    position: absolute;
  }

  .bg-service-list::after {
    background: linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(170, 0, 0) 50%, rgb(23 23 23) 100%);
  }

}

@media (min-width:992px) {
  .bg-service-list .header-container {
    position: absolute;
  }

  .bg-service-list::after {
    background: linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(170, 0, 0) 50%, rgb(23 23 23) 100%);
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .services .custom-col {
    width: 14.2%;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .services .custom-col {
    width: 14.2%;
  }
}