@media (max-width: 768px) {
  .overlay-txt {
    width: 15em;
  }
  .quote {
    font-size: 2em;
  }
}

* {
  line-height: 1.7;
  scroll-behavior: smooth;
}

.ft-head {
  font-family: 'Oswald', sans-serif;
}

.ft-body {
  font-family: 'Roboto Mono', monospace;
}

.heading {
  letter-spacing: 0.05em;
}

.nav-item .p_link {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.contt {
  display: flex;
  color: #999;
}
.contt_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desig {
  font-family: 'Oswald', sans-serif;
}

.desig .ft-body {
  font-weight: 900;
}

.contt_info .ft-body {
  font-weight: 900;
}

.big-img {
  height: 70vh;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.1);
}

.contt_info > .text {
  line-height: 1.7;
  font-weight: 800;
  font-size: 1rem;
  color: #999;
}

.testimonial {
  padding: 0 15px;
  font-weight: 600;
}

.testimonial .p_img {
  width: 80px;
  border-radius: 50%;
}

.mid-icons {
  font-size: 70px;
}

.overlay-txt {
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  left: 3em;
  bottom: 6em;
  color: black;
  max-width: 30em;
  line-height: 10px;
}

.quote::before {
  content: open-quote;
  font-size: 3em;
  transform: rotate(180deg);
  position: absolute;
  left: -0.5em;
  top: -0.6em;
}

.contact-txt {
  line-height: 1.7;
  font-size: 1rem;
  color: #999;
}



.footer {
  background-color: #000;
  color: #fff;
  min-height: 40vh;
}

.footer-column .footer-list {
  list-style: none;
}
.footer-column .footer-link,
.footer-column .footer-link:active,
.footer-column .footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.send_msg {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.send_msg:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.p_input:focus {
  border-color: #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.6);
}

.p_heading {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}