/* Contact styles */

header {
  width: 100%;
  height: 80px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(216, 216, 216);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo {
  height: 60px;
}
header .logo a img {
  width: 55px;
  height: 60px;
}
.contact {
  display: flex;
  flex-direction: column;
  padding: 100px 80px;
  gap: 1rem;
}
.contact h1 {
  font-size: 2.6rem;
}
.contact .info {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .info div .contact-info p {
  position: relative;
  top: 2px;
}

.contact .info .email {
  position: relative;
  top: 15px;
}

/* Privacy Policy css */
.ppt {
  display: flex;
  flex-direction: column;
  padding: 100px 80px;
}
.ppt ul{
  margin-top: 7px;
}
.ppt ul li {
  font-family: "montserrat", sans-serif;
  position: relative;
  left: 30px;
}
.ppt .ppt-container p {
  font-family: "montserrat", sans-serif;
}
.ppt h1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.ppt .ppt-container {
  margin-top: 10px;
}
.ppt .ppt-container h2 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.ppt .ppt-container.exp p {
  left: 0;
}
.ppt .ppt-container.exp h2 {
  font-size: 1.7rem;
}

/* About Us */
.about .about-vision ul {
  position: relative;
  left: 20px;
}
.about div p {
  font-size: 0.9rem;
  color: var(--gray);
}

.about .about-mission {
  line-height: 28px;
}

.about .about-vision {
  margin-top: 15px;
  line-height: 35px;
}
.about .about-vision ul {
  line-height: normal;
}

body > section > div > div.about-vision > p:nth-child(4){
  line-height: normal;
  margin-top: 10px;
}

