.section-heading {
  margin-bottom: 20px;

  h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.form-group input,
.form-group textarea {
  padding: 7px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #000;
  font-size: 14px;
}

.form-group button {
  margin: 0;
  font-size: 14px;
  height: 36px;
  padding: 0 20px;
  display: inline;
  width: auto;
  border-radius: 0;
}
.form-group:last-child {
  display: block;
}

/* service sidebar  */

.service-img img {
  aspect-ratio: 16/8;
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.service-text {
  margin-bottom: 30px;
}

.service-text h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.service-text h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

strong {
  font-weight: 600;
}

.service-text p {
  font-size: 17px !important;
  color: #000;
  margin-bottom: 10px;
}

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

    li {
      font-size: 17px;
      list-style: disc;
      color: #000;
      margin-bottom: 10px;
    }
  }

  ol {
    padding-left: 25px;
    li {
      font-size: 17px;
      list-style: decimal;
      color: #000;
      margin-bottom: 10px;
    }
  }
  ol::marker {
    color: #000;
  }

  td,th {
    font-size: 17px;
    color: #000;
  }
}

@media (max-width: 768px) {
  .service-text th {
    font-size: 16px;
  }
  .service-text td {
    font-size: 15px;
  }

}

.sidebar-profile {
  margin-bottom: 20px;

  h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 10px 15px;
    background: #ffeded;
    border-bottom: 3px solid #c44c4c;
  }
}

.sidebar-profile img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.sidebar-profile p {
  font-size: 17px !important;
  line-height: 22px !important;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.sidebar-links {
  margin-bottom: 20px;
}

.sidebar-links h4,
.contact-box2 h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  background: #ffeded;
  border-bottom: 3px solid #c44c4c;
  margin-bottom: 0;
}

.contact-box2 h4 {
  margin-bottom: 10px;
}

.contact-box2 {
  margin-bottom: 20px;

  i {
    font-size: 20px;
    color: #c44c4c;
    margin-right: 10px;
  }

  p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;

    a {
      color: #000;
      text-decoration: none;
    }
  }
}

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

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

.sidebar-links ul li {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.sidebar-links ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #ebeffc;
  transition: all 0.3s ease;
}

.sidebar-links ul li a:hover {
  /* background: #f8c16d2b; */
  color: #000;
  background: #ffeded;
  border-bottom: 3px solid #c44c4c;
}

@media (max-width: 600px) {
  .service-text h3 {
    font-size: 22px;
  }

  .service-text p {
    font-size: 16px;
  }

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

      li {
        font-size: 16px;
      }
    }
  }
}
