/* RESPONSIVE ----------------------------------------------- */
@media (max-width: 768px) {
  .top-bar {
    padding: 18px 22px;
  }
  .pageHeader {
    height: 55vh;
  }

  .hero-caption {
    left: 24px;
    right: 24px;
    bottom: 40px;
  }

  .hero-caption h1 {
    font-size: 32px;
  }
  .brand-logo img {
    height: 37px;
  }
  .hero {
    height: 60vh;
  }
  .about-image img {
    height: 350px;
  }
  .section-about .about-content {
    margin-left: auto;
    margin-top: 20px;
  }
  .project-card {
    margin-top: 20px;
  }
  .about-title,
  .projects-title,
  .why-title,
  .blog-title,
  .newsletter-title-top {
    font-size: 28px;
  }
  .about-title-highlight,
  .projects-title-highlight,
  .why-title-highlight,
  .newsletter-highlight {
    font-size: 30px;
  }
  .section-projects {
    padding: unset;
  }
  .project-card-image {
    height: 350px;
  }
  .section-why {
    padding-top: 40px;
  }
  .why-image img {
    height: 400px;
    margin-top: 20px;
  }
  .blog-card-body .ri-arrow-right-up-line {
    align-self: flex-end;
  }
  .section-blog {
    margin-top: 40px;
    padding-block: 20px;
  }
  .why-bg-text {
    display: none;
  }
  .section-newsletter {
    padding: 30px 0;
  }

  .footer-section {
    padding-top: 30px;
  }
  .footer-bg-title img {
    width: 200px;
  }
  .pageHeader h2 {
    font-size: 40px;
  }
  .why-section {
    padding: 40px 0;
  }
  .vm-section {
    padding: 10px 0;
  }
  .vm-title {
    font-size: 25px;
  }
  .responsabilidade-title,
  .sustentabilidade-title {
    font-size: 28px;
  }
  .responsabilidade-highlight,
  .sustentabilidade-highlight {
    font-size: 30px;
  }
  .sustentabilidade-image img {
    height: 350px;
    object-fit: cover;
  }
  .section-responsabilidade {
    padding: 30px 0;
  }
  .sustentabilidade-image {
    margin-top: 25px;
  }
  .local-content {
    padding-inline: 15px;
  }
  .local-title {
    font-size: 28px;
  }

  .section-cidades {
    margin-bottom: 30px;
  }
  .section-blog-grid {
    padding: 30px 0;
  }
  .single-blog .about-image img {
    height: 400px;
    min-height: auto;
  }
  .single-blog .about-content {
    margin-left: unset;
    margin-top: 30px;
  }
  .single-blog .about-title {
    font-size: 28px;
  }
  .single-blog .about-title-highlight {
    font-size: 34px;
  }
  .section-blog-grid.checkSpace {
    padding: 0;
  }
  /* Contact page */

  .section-contact {
    padding: 30px 20px 30px;
  }

  .contact-checkbox {
    max-width: 100%;
  }

  .contact-title,
  .contact-text,
  .contact-info {
    text-align: center;
  }
  .contact-title {
    font-size: 28px;
  }
  .contact-title-emphasis {
    font-size: 30px;
  }

  .contact-form-footer {
    align-items: flex-start;
  }

  .contact-submit {
    width: 100%;
    text-align: center;
  }
  .section-benefits {
    padding: 30px 0;
  }
  .morelessRight {
    padding-left: 0;
  }
  .benefit-item {
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-tipologias {
    padding: 20px 0 30px;
  }
  .eutakura {
    padding: 30px 0;
  }
  .eutakura-title {
    font-size: 28px;
  }
  .eutakura-title-highlight {
    font-size: 30px;
  }
}
