/* Our xxx Section Tag */
.who-we-are {
  background: #fff;
}

.who-we-are .tabs {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.who-we-are .tab {
  font-size: 1.65em;
  color: #000;
  transition: color 0.3s ease, background 0.3s ease;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.45;
}

.who-we-are .tab.active {
  border-bottom: 6px solid #000;
  font-weight: 700;
}

.who-we-are .fix-width {
  max-width: 1186px;
  margin: 0 auto;
}

.who-we-are .content {
  margin: 0 auto;
  text-align: left;
}

.who-we-are .bold-content, .who-we-are h3 {
  font-size: 1.35em;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.who-we-are h3 {
  font-weight: 600;
}


.who-we-are p {
  font-size: 1.2em;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.who-we-are-points {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.who-we-are-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif;
}

.who-we-are-point.visible {
  opacity: 1;
  transform: translateY(0);
}

.who-we-are-point .point-number {
  font-size: 1.75em;
  color: #D1D1D6;
  font-style: italic;
  font-family: 'Rockwell', 'Poppins', sans-serif;
}

/* mall devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .who-we-are p {
    font-size: 1.5em;
  }

  .who-we-are .tabs {
    gap: 25px;
    margin-bottom: 20px;
    padding-left: 82px;
  }

  .who-we-are .tab {
    font-size: 3.25em;
  }

  .who-we-are-point {
    gap: 20px;
    padding: 20px;
  }

  .who-we-are-point .point-number {
    font-size: 3em;
  }

  .who-we-are .bold-content, .who-we-are h3 {
    font-size: 2.5em;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  .who-we-are .tabs {
    gap: 50px;
    padding-left: 118px;
    margin-bottom: 50px;
  }

  .who-we-are .tab {
    font-size: 3.75em;
  }

  .who-we-are-point {
    gap: 50px;
    padding: 20px;
  }

  .who-we-are-point .point-number {
    font-size: 3.75em;
  }

  .who-we-are .bold-content, .who-we-are h3 {
    font-size: 2.5em;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
