#services .s3 {
  background: url(/i/services-bg-img.jpg) no-repeat center/cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#services .s3 .plx-bg {
  background: url(/i/services-bg-img.jpg) no-repeat center/cover;
  display: none;
}

#services .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#services .s3 .sec-nav {
  min-width: 250px;
}

#services .s3 .sec-nav h4 {
  color: #fff;
  margin-bottom: 2.5rem;
}

#services .s3 .sec-nav h4::before {
  background-color: #fff;
}

#services .s3 .sec-nav a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.6;
  transition: opacity .3s ease;
  margin-bottom: 2rem;
  cursor: pointer;
}

#services .s3 .sec-nav a:last-of-type {
  margin-bottom: 0;
}

#services .s3 .sec-nav a.active {
  opacity: 1;
}

#services .s3 .wrap .box {
  border-top: solid 1px #fff;
  padding-top: 3rem;
  margin-bottom: 5.6rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

#services .s3 .wrap .box p.lg {
  color: #fff;
  max-width: 450px;
}

#services .s3 .wrap .box ul {
  list-style: none;
  width: 100%;
  max-width: 453px;
}

#services .s3 .wrap .box ul li {
  padding: 14px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

#services .s3 .wrap .box ul li span {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 5px;
}

#services .s3 .wrap .box ul li span::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  left: 0;
  top: 0.6em;
}

#services .s3 .wrap .box ul li span:first-of-type {
  margin-top: 10px;
}

#services .s3 .wrap .box ul li:last-of-type {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

#services .s3 .wrap .last {
  height: 9.5rem;
  border: none;
  margin: 0;
}

#services .s4 p.lg {
  margin: 2rem 0 5rem 0;
  max-width: 1080px;
}

#services .s4 .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: solid 1px rgba(33, 40, 93, 0.3);
}

#services .s4 .cards .card {
  border-top: solid 1px rgba(33, 40, 93, 0.3);
  padding: 20px 0;
  text-align: center;
}

#services .s4 .cards .card > div {
  border-right: solid 1px rgba(33, 40, 93, 0.3);
  padding: 2rem 1rem;
}

#services .s4 .cards .card p {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #21285D;
  position: relative;
  padding-top: 1.7rem;
}

#services .s4 .cards .card p::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #006C53;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#services .s4 .cards .card:nth-child(3) > div,
#services .s4 .cards .card:nth-child(6) > div,
#services .s4 .cards .card:nth-child(9) > div {
  border-right: none;
}

@media (max-width: 1199px), (max-height: 899px) {
  #services .s3 {
    height: auto;
    background: none;
  }
  #services .s3 .plx-bg {
    display: block;
  }
  #services .s3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
  }
  #services .s3 .sec-nav {
    min-width: none;
  }
  #services .s3 .sec-nav h4 {
    margin-bottom: 1rem;
  }
  #services .s3 .sec-nav a {
    display: none;
  }
  #services .s3 .wrap .box {
    padding-top: 2rem;
    margin-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #services .s3 .wrap .box p.lg {
    max-width: none;
    margin-bottom: 1rem;
  }
  #services .s3 .wrap .box ul {
    max-width: none;
  }
  #services .s3 .wrap .box[data-id="cyber"] {
    margin-bottom: 0;
  }
  #services .s3 .wrap .last {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #services .s4 .cards .card p br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #services .s4 .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #services .s4 .cards .card:nth-child(2) > div,
  #services .s4 .cards .card:nth-child(4) > div,
  #services .s4 .cards .card:nth-child(8) > div {
    border-right: none;
  }
  #services .s4 .cards .card:nth-child(3) > div,
  #services .s4 .cards .card:nth-child(9) > div {
    border-right: solid 1px rgba(33, 40, 93, 0.3);
  }
  #services .s4 .cards .card:nth-child(8) {
    border-bottom: solid 1px rgba(33, 40, 93, 0.3);
  }
}

@media screen and (max-width: 767px) {
  #services .s3 {
    background: url(/i/services-mobile-bg-img.jpg) no-repeat center/cover;
  }
  #services .s3 .wrap .box {
    margin-bottom: 4rem;
  }
  #services .s4 .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #services .s4 .cards .card {
    padding: 0;
  }
  #services .s4 .cards .card > div {
    padding: 1.5rem 1rem;
    border-right: none !important;
  }
  #services .s4 .cards .card p {
    padding-top: 1.4rem;
  }
  #services .s4 .cards .card p::before {
    width: 10px;
    height: 10px;
  }
  #services .s4 .cards .card:nth-child(8) {
    border-bottom: none;
  }
}
