/* hero mobile */
.about-us-hero-mobile {
  padding-top: 32px;
  padding-bottom: 134px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-hero-mobile .breadcrumb {
  margin-bottom: var(--space-56);
}

.about-us-hero-mobile__max-width-content {
  max-width: 328px;
}

.about-us-hero-mobile h1 {
  font-size: var(--fs-36);
  color: var(--secondary-color);
  font-weight: bold;
}

.about-us-hero-mobile h1 .dot {
  color: var(--primary-color);
}

.about-us-hero-mobile p {
  font-size: var(--fs-18);
  color: var(--neutral-color-40);
  line-height: 27px;
  margin-bottom: 0;
}

/* hero desktop */
.about-us-hero-desktop {
  padding-top: 45px;
  background-color: var(--tertiary-color);
}

.about-us-hero-desktop .breadcrumb {
  margin-bottom: 100px;
}

.about-us-hero-desktop__max-width-content {
  max-width: 596px;
}

.about-us-hero-desktop h1 {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: var(--fs-56);
}

.about-us-hero-desktop h1 .dot {
  color: var(--primary-color);
}

.about-us-hero-desktop p {
  color: var(--neutral-color-40);
}


.banner-hero-contact {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 33px;

}

.banner-hero-contact__content {
  max-width: 592px;
  padding-bottom: 181px;

}

.banner-hero-contact__content h1 {
  font-size: var(--fs-36);
  color: var(--secondary-color);
  font-weight: bold;
  margin-top: 56px;
}

.banner-hero-contact__content h1 span {
  color: var(--primary-color);
}


.banner-hero-contact__content p {
  font-size: var(--fs-18);
}


@media(min-width:992px) {
  .banner-hero-contact__content h1 {
    font-size: var(--fs-56);

  }

  .banner-hero-contact__content p {
    font-size: var(--fs-24);
  }


  .banner-hero-contact__content {
    padding-bottom: 205px;
  }

}

@media screen and (max-width: 768px) {
  .banner-hero-contact {
    min-height: 666px;
    position: relative;
  }

  .banner-hero-contact__content {
    position: absolute;
    bottom: 0;
    background: var(--secondary-color);
    left: 0;
    padding: 15px 15px;
    color: white;
  }

  .bg-wivet-primary .banner-hero-contact__content{
    background: var(--secondary-color);
    color: white;
  }

  .bg-wivet-secondary .banner-hero-contact__content{
    background: var(--primary-color);
    color: white;
  }

  .banner-hero-contact__content h1 {
    padding-top: 0;
    margin-top: 0;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .banner-hero-contact__content h1 span{
    margin-left: 5px;
  }

  .bg-wivet-secondary .banner-hero-contact__content h1 {
    color: white;
  }

  .bg-wivet-secondary .banner-hero-contact__content h1 span{
    color: var(--secondary-color);
  }
  
  .banner-hero-contact__content p{
    font-size: 14px;
  }

}