/* ------------------banner(service request)---------------------- */
.privacy-section-banner {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  .privacy-section-banner {
    height: 88px;
  }
  .banner-heading {
    font-size: 22px;
  }
}

/* ----------privacy-policy-------- */
.privacy-header,.privacy-subheader {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: hsla(230, 12%, 19%, 1);
  margin: 24px 0 7px 0;
  text-transform: uppercase;
}
.privacy-subheader{
    font-size: 15px;
}
.privacy-content,.privacy-list li {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: hsla(224, 13%, 48%, 1);
  text-align: justify;
  text-transform: none;
}
.content-2{
    font-weight: 700;
    font-size: 16px;
}
.privacy-list li{
    margin-bottom: 10px;
}
.privacy-list li:last-child{
    margin: 0;
}

.privacy-container {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 85%, 1);
}
/* .privacy-container:last-child{
    border-bottom: none;
} */
 .contact-email{
    text-transform: none;
    color: #e63946;
    font-weight: 600;
}
.contact-email:hover{
    text-decoration: underline;
}