.hero {
    padding: 5rem 0 60px 0;
	margin-bottom: -5rem;
  }
  
  
  section {
  padding: 1.6rem 0;
}

.section-header {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.section-header h2 {
  margin-bottom: 1rem;
}

.team .team-member .member-info h4 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}


.header .btn-tel,
.header .btn-tel:focus {
  font-size: 0.9rem;
  color: #000000;
  background: var(--color-primary);
  background-color: rgba(219, 46, 48, 0.2);
  padding: 8px 23px;
  border-radius: 3rem;
  font-family: var(--font-secondary);
}

.header .btn-tel:hover,
.header .btn-tel:focus:hover {
  color: #000000;
  background-color: rgba(219, 46, 48, 0.7);
}


@media (min-width: 576px) { 

  .header .btn-tel,
.header .btn-tel:focus, .header .btn-tel:hover,
.header .btn-tel:focus:hover {
  font-size: 0.9rem;
}

.testimonialsh2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #000000;
}

.testimonialsp {
  font-size: 0.7rem;
  color: #000000;
}

 }


@media (min-width: 768px) { 

  .header .btn-tel,
.header .btn-tel:focus, .header .btn-tel:hover,
.header .btn-tel:focus:hover {
  font-size: 1rem;
}

.testimonialsh2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #000000;
}

.testimonialsp {
  font-size: 0.7rem;
  color: #000000;
}

 }

@media (min-width: 992px) { 

  .header .btn-tel,
.header .btn-tel:focus, .header .btn-tel:hover,
.header .btn-tel:focus:hover {
  font-size: 1rem;
}

.testimonialsh2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000000;
}

.testimonialsp {
  font-size: 1.5rem;
  color: #000000;
} 

}

@media (min-width: 1200px) { 

  .header .btn-tel,
.header .btn-tel:focus, .header .btn-tel:hover,
.header .btn-tel:focus:hover {
  font-size: 1.1rem;
}

.testimonialsh2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000000;
}

.testimonialsp {
  font-size: 1.5rem;
  color: #000000;
} 

 }
@media (min-width: 1400px) { 

.testimonialsh2 {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000000;
}

.testimonialsp {
  font-size: 1.7rem;
  color: #000000;
} 

 }