*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero-section {
    background: linear-gradient(#00000091, #00000091), url(Media/testimonial-landing.jpeg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding: 10px 4rem;
}
.words{
    color: white;
}
.words h1 {
    font-size: 70px;
    font-weight: 500;
}
.testimonial-box {
  background-color: #702805;
  color: white;
  /* width: 100%; */
  /* height: 100%; */
}
.testimonial-pics {
  width: 60%;
  height: 60%;
  /* border: 2px solid red */
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.testimonial-pics img {
  border-radius: 30px;
  width: 50%;
}
.testimonial-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
.testimonial-text {
    width: 60%;
  padding: 20px;
}
footer{
    background-color: black;
    color: white;
    height: 10vh;
    text-align: center;
}
footer p{
    font-size: larger;
}




@media (min-width: 200px) and (max-width:767px){
  .hero-section {
    background: linear-gradient(#00000091, #00000091), url(Media/testimonial-landing.jpeg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding: 10px 2rem;
}
.words{
    color: white;
}
.words h1 {
    font-size: 30px;
    font-weight: 500;
}
.testimonial-box {
  background-color: #702805;
  color: white;
  /* width: 100%; */
  /* height: 100%; */
}
.testimonial-pics {
  width: 60%;
  height: 60%;
  /* border: 2px solid red */
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.testimonial-pics img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.testimonial-text {
    width: 100%;
  /* padding: 10px; */
  font-size: 10px;
  line-height: 1.35;
}
.testimonial-text p{
   margin-bottom: 0.4rem;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .hero-section {
    background: linear-gradient(#00000091, #00000091), url(Media/testimonial-landing.jpeg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding: 10px 3rem;
}
.words{
    color: white;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
    gap: 20px;
}
.words h1 {
    font-size: 50px;
    font-weight: 500;
    padding-top: 3rem;
  }
.testimonial-box {
  background-color: #702805;
  color: white;
  /* width: 100%; */
  /* height: 100%; */
}
.testimonial-pics {
  width: 40%;
  height: 40%;
  /* border: 2px solid red */
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.testimonial-pics img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.testimonial-text {
    width: 100%;
  /* padding: 10px; */
  font-size: 25px;
  line-height: 1.35;
}
.testimonial-text p{
   margin-bottom: 0.4rem;
}
}