.services-section {
  padding: 5rem 2.5rem;
  background: #1c1c1c;
  overflow: hidden;
}

.services__header {
  font-size: 5rem;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}

.services__description {
  letter-spacing: 0px;
  color: #959595;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.services-img {
  width: 100%;
  object-fit: contain;
}

.service-box {
  background: #242424;
  border: 1px solid #3e3e3e;
  border-radius: 1.1rem;
}

.service-box__header {
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.service-box__desc {
  font-family: "Roboto", sans-serif;
  color: #959595;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.tech-box {
  border: 1px solid #3e3e3e;
  border-radius: 1.1rem;
}

.tech-box__header {
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
}

.tech-box__desc {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #959595;
  line-height: 5rem;
  display: flex;
}

.tech-box__desc ul {
  padding-left: 0;
  margin-top: 2.8rem;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}

.tech-box__desc ul li {
  color: #959595;
  white-space: nowrap;
}

.tech-box__desc ul li::before {
  content: "\2022";
  display: inline-block;
  color: #ffb300;
  width: 4px;
  height: 4px;
  margin-right: 1.6rem;
}

.services__contact {
  background: #242424;
  border: 1px solid #3e3e3e;
  border-radius: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services__contact h4 {
  margin: 0;
  color: #ffffff;
}

.services__contact p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #959595;
  max-width: 92rem;
}

@media (max-width: 992px) {
  .services__header {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1.8rem;
  }

  .services__description {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 4.5rem;
  }

  .services-img {
    margin-bottom: 4rem;
  }

  #servicesSlider {
    transition: all 0.5s ease-in-out;
  }

  .service-boxes-row.row {
    flex-wrap: nowrap;
  }

  .service-box {
    padding: 3rem;
    width: 55rem;
    max-width: 100%;
    height: 100%;
  }

  .service-box__header img {
    width: 2.5rem;
    margin-right: 1.2rem;
  }

  .service-box__header {
    font-size: 1.7rem;
    line-height: 1;
  }

  .service-box__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .service-boxes-dots {
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .service-boxes-dots span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #959595;
    margin-right: 4px;
    border-radius: 50%;
  }

  .service-boxes-dots span:last-child {
    margin-right: 0;
  }

  #servicesSlider.active-0 + .service-boxes-dots span:first-child,
  #servicesSlider.active-1 + .service-boxes-dots span:nth-child(2),
  #servicesSlider.active-2 + .service-boxes-dots span:nth-child(3),
  #servicesSlider.active-3 + .service-boxes-dots span:nth-child(4) {
    background-color: #ffb300;
  }

  .tech-box {
    padding: 3rem;
    margin-top: 4rem;
  }

  .tech-box__header {
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
  }

  .tech-box__desc {
    font-size: 1.6rem;
    justify-content: center;
  }

  .services__contact {
    padding: 4.5rem 3rem;
    margin-top: 4rem;
    flex-direction: column;
  }

  .services__contact h4 {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  .services__contact p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}

/* Medium screen / tablet */
@media (min-width: 992px) {
  .services__header {
    font-size: 5rem;
    line-height: 2;
  }

  .services__description {
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-bottom: 1.4rem;
  }

  .service-box {
    padding: 3rem;
  }

  .service-box__header img {
    width: 3.3rem;
    margin-right: 1.6rem;
  }

  .service-box__header {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  .service-box__desc {
    margin-top: 5rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .tech-box {
    padding: 3rem;
    margin-top: 1.5rem;
  }

  .tech-box__header {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  .tech-box__desc {
    font-size: 1.8rem;
    justify-content: space-between;
  }

  .services__contact {
    padding: 7rem 5rem;
    margin-top: 1.6rem;
  }

  .services__contact h4 {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 3rem;
  }

  .services__contact p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

/*  Large screen / desktop */
@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
  .services-section {
    padding: 12rem 8rem;
  }

  .service-box {
    padding: 5rem;
  }

  .tech-box {
    padding: 5rem;
  }
}

@media (min-width: 1600px) {
  .services-section {
    padding: 12rem 14rem;
  }
}

@media (max-width: 576px) {
  .tech-box__header {
    text-align: left;
  }

  .tech-box__desc {
    justify-content: flex-start;
  }
}
