body {
  background-image: url(img/background_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#part1 {
  margin-top: 120px;
}

.testimonial {
  padding: 36px;
}
#testimonials-head-section {
  margin-top: 85px;
  height: 70vh;
}
@media (min-width: 320px) and (max-width: 480px) {
  #testimonials-head-section {
    margin-top: 85px;
    height: 55vh;
    font-size: 14px;
  }
  .text-center {
    font-size: 18px;
  }
  .blockquote > p {
    font-size: 12px;
  }
  .blockquote-footer {
    font-size: 13px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #testimonials-head-section {
    margin-top: 85px;
    height: 70vh;
    font-size: 14px;
  }
  .text-center {
    font-size: 18px;
  }
  .blockquote > p {
    font-size: 16px;
  }
  .blockquote-footer {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #testimonials-head-section {
    margin-top: 85px;
    height: 50vh;
    font-size: 14px;
  }
  .text-center {
    font-size: 20px;
  }
  .blockquote > p {
    font-size: 14px;
  }
  .blockquote-footer {
    font-size: 16px;
  }
}
.p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 32px;
}
.review {
  padding-top: 35px;
  color: rgb(173, 31, 31);
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  background-color: #333;
}
#main-footer {
  margin-top: 25px;
}
