/* Intro section starts*/

.wrap {
  background-image: url("../assets/testimonials-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 270px;
  justify-content: center;
  align-items: center;
  display: flex;
 }


 .phvtext {
  width: 60%;
  color: #FFF;
  border: 3px solid;
  margin-bottom: 100px;
 }


 .phvtext h1 {
  font-weight: lighter;
  font-size: 40pt;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 20px;
 }


 /* Intro sections ends*/


 /* Screens over 1440px wide*/
 
@media only screen and (max-width: 1440px) {
  .phvtext {
  width: 75% !important;
 }

.phvtext h1 {
  font-size: 35pt !important;
 }
}


 /* Screens over 960px wide*/

@media only screen and (max-width:960px){
  .phvtext {
  width: 70% !important;
 }

.phvtext h1 {
  font-size: 30pt !important;
 }
}


/* default iPad screens */
@media only screen and (max-width:768px){
  .phvtext {
  width: 70% !important;
 }

  .phvtext h1 {
  font-size: 25pt !important;
 }
}


/* styles for mobile browsers smaller than 480px; (iPhone) */
@media only screen and (max-width:480px){
  .phvtext {
  width: 70% !important;
 }


 .phvtext h1 {
  font-size: 24pt !important;
  }