@import url('./about-us-responsive.css');

/* Hero */
.container .about-us-hero-section {
  background-image: url('../images/about-us-hero.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}
.container .about-us-hero-section .about-us-hero-background {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.container .about-us-hero-section .about-us-hero-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.container .about-us-hero-section .about-us-hero-container img {
  height: 88px;
  max-width: 100%;
  width: 88px;
}
.container
  .about-us-hero-section
  .about-us-hero-container
  .about-us-hero-title {
  color: #fff;
}
.container
  .about-us-hero-section
  .about-us-hero-container
  .about-us-hero-socials {
  display: flex;
  gap: 24px;
}
.container
  .about-us-hero-section
  .about-us-hero-container
  .about-us-hero-socials
  img {
  max-width: 100%;
}

/* Breadcrumb */
.container .about-us-breadcrumb-section .about-us-breadcrumb {
  color: #353535;
  font-size: 12px;
  font-weight: 400;
}

/* Information Section Type 4 */
.container .information-section-type-4 {
  color: #353535;
  display: flex;
}
.container .information-section-type-4 .information-section-type-4-spacer {
  background-color: #67aefd;
  opacity: 0.5;
}
.container
  .information-section-type-4
  .information-section-type-4-content
  .information-section-type-4-description {
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.container
  .information-section-type-4
  .information-section-type-4-content
  .information-section-type-4-description-2 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  gap: 24px;
  text-align: justify;
}
.container .information-section-type-4 img {
  object-fit: cover;
  object-position: center;
}

/* Information Section Type 1 */
.container .information-section-type-1 {
  color: #353535;
  display: flex;
}
.container .information-section-type-1 .information-section-type-1-title {
  background-color: #67aefd;
  color: #fff;
}
.container .information-section-type-1 .information-section-type-1-content {
  display: flex;
  gap: 24px;
}
.container
  .information-section-type-1
  .information-section-type-1-content
  .information-section-type-1-item {
  border: 1px solid;
  border-color: #67aefd;
  border-radius: 12px;
  flex-grow: 1;
  gap: 4px;
  padding: 12px 24px;
}
.container .information-section-type-1 .information-section-type-1-spacer {
  background-color: #67aefd;
  opacity: 0.5;
}
