h2 {
  font-size: 26px;
  color: #e45b0b;
}

h3,
.pr-section .heading {
  font-size: 22px;
  color: #ffc61a;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* p {
  font-size: 12px;
  line-height: 2;
} */

section h2 {
  margin: 40px auto 20px;
}

.cta-section h3 {
  margin: 40px auto 20px;
}

section .section-container {
  max-width: 1280px;
  width: 90%;
  margin: 25px auto;
}

.list-heading {
  display: block;
  font-weight: 700;
  font-size: 26px;
}

.why-choose ul li {
  list-style: none;
  line-height: 2;
}

.why-choose a {
  color: #e45b0b;
  font-weight: 700;
}

.review-container {
  display: flex;
}

.reviewer-details {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  gap: 10px;
}

.reviewer-name {
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px auto;
  min-height: 36px;
}

.company-name {
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px auto;
}

.review-comments {
  line-height: 1.5;
  text-align: justify;
}

.review-photo img {
  max-width: 60px;
  border-radius: 50%;
}

.customer-review {
  padding: 2%;
}

.company-review-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.company-review-photo {
  padding: 10px;
  background-color: #000;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
}

.pr-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pr-links img {
  max-height: 80px;
}

.pr-links .col-lg-3 {
  text-align: center;
}

.site-recomendation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.site-recomendation img {
  max-height: 80px;
}

footer .container {
  max-width: 80%;
}

.elGi1d {
  color: #fbbc04;
}

.NhBTye {
  font-variation-settings: "FILL" 1;
}

.google-symbols {
  font-family: "Google Symbols";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1180px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 36px;
    color: #e03923;
  }

  h3,
  .h3 {
    font-size: 32px;
    color: #ffc61a;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }
  .card.ptr-card h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .col-lg-4 {
    width: 25%;
  }

  .cta-section p {
    margin: 32px 0;
    font-size: 22px;
  }
  .cta-content .cta-call p {
    font-size: 54px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1180px) {
  .mobile-column .review-container {
    flex-direction: column;
  }
  .mobile-column .review-container .company-review-details {
    margin-bottom: 30px;
  }
  .mobile-column .customer-review {
    margin: 10px 0px;
  }
  .cta-section {
    padding: 0% 5%;
  }
  .cta-big-text {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer-social a {
    margin: 12px 24px;
  }
  .footer-social {
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
  }
  .section-container.flex.route-info {
    flex-direction: column;
  }
  .section-container.flex.route-info img {
    max-width: 100%;
    margin: auto;
  }
  .section-container.flex.route-info table {
    width: 100%;
    font-size: 12px;
  }
  .BreadcrumbList {
    padding: 0 16px;
  }
  section .row .section-container h2 {
    font-size: 20px;
  }
  section .row .section-container h1 {
    font-size: 30px;
  }
  /* section p {
    font-size: 14px;
  } */
}
