* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Karla", sans-serif; */
}


.service-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.service-text {
  margin-top: 2.5rem;
}

.service-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.service-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.service-text p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 1rem;
}

.service-text ul,
.service-text ol {
  padding-left: 25px;
}

.service-text ul li,
.service-text ol li {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 10px;
  text-decoration: none;
}

.service-sidebar-links {
  border: 1px solid #e5e5e5;
}

.service-sidebar-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-sidebar-links ul li a {
  list-style: none;
  display: block;
  color: #333;
  padding: 1.3rem 0.6rem;
  font-size: 18px;
  border-left: 4px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  /* background-color: #f6f6f6; */
  transition: all 0.3s ease;
  &:hover {
    background-color: #1b57b0;
    color: #fff;
    border-left: 4px solid #ff8432;
  }
  i {
    float: right;
    padding: 5px 0;
  }
}

.consultation-box {
  position: relative;
  padding: 32px 20px 22px;
  margin-top: 48px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}

.consultation-head h4 {
  position: relative;
  color: #1b57b0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.consultation-head p {
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.consultation-btn a {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  background-color: #ff8432;
  border: 2px solid #ff8432;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  &:hover {
    background-color: #fff;
    color: #ff8432;
  }
}

@media (max-width: 768px) {
  .service-text h3 {
    font-size: 1.25rem;
  }

  .service-text h2 {
    font-size: 1.5rem;
  }
  .service-text h3 {
    font-size: 1.2rem;
  }
  .service-text p {
    font-size: 18px;
  }
  .service-text ul,
  .service-text ol {
    padding-left: 20px;
  }
  .service-text ul li,
  .service-text ol li {
    font-size: 18px;
  }
  .consultation-box {
    padding: 20px 10px 20px;
    text-align: center;
  }
  .consultation-head h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .consultation-btn a {
    padding: 10px 15px;
    font-size: 18px;
  }
}

.service-sidebar-heading {
  background-color: #1b57b0;
  padding: 20px;
  border-left: 4px solid #ff8432;
  h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
  }
}

.key-roll-content {
  ul {
    /* list-style: none;
      padding-left: 0; */
  }

  li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
  }
}

@media (max-width: 768px) {
  .key-roll-content {
    ul li {
      font-size: 16px;
    }
  }
}

.certi-head h2 span {
  position: relative;
  padding: 0 20px;
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background-color: #170f49;
    height: 3px;
    width: 30px;
  }
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    height: 3px;
    background-color: #170f49;
    width: 30px;
  }
}

.certificate-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.certificate-box {
  padding: 0 12px;
}

.certificate-type {
  border-radius: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 0;
}

.certificate-img {
  width: 35%;
  padding: 15px;
  background-color: #eafff0;

  align-items: center;
  display: flex;
  justify-content: center;
}

.certificate-img img {
  width: 80px;
}

.certificate-text {
  width: 65%;
  padding: 10px 12px;
}

.certificate-text p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: start;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .certificate-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .certificate-section {
    grid-template-columns: 100%;
  }
}
