.btn-primary {
  border-radius: 0;
  --bs-btn-bg: var(--neutral-10);
  --bs-btn-hover-bg: var(--neutral-10);
  --bs-btn-border-color: var(--neutral-10);
  --bs-btn-hover-border-color: var(--neutral-10);
  padding: 10px 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.company-image {
  background-position: center;
  width: 100%;
  height: 280px;
  cursor: pointer;
}

.gratitudes-title {
  margin-bottom: 32px;
}

p {
  margin-top: 0;
  margin-bottom: 40px;
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
}

.timeline-item {
  padding-bottom: 72px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
  color: var(--text-secondary);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.timeline-wrapper {
  padding-top: 40px;
  padding-bottom: 8px;
  position: relative;
}

.timeline-line {
  position: absolute;
  width: 1px;
  background-color: var(--neutral-90);
  left: 149.5px;
  top: 60px;
  bottom: 60px;
  z-index: 1;
}

.begin {
  --bs-gutter-x: 40px;
}

.year {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100px;
  text-align: right;
}

.point {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--neutral-90);
  flex-shrink: 0;
}

.timeline-text {
  max-width: 720px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.timeline-image {
  width: 140px;
  height: 140px;
  background-position: center;
}

.slide-navigation {
  margin-top: 40px;
  justify-content: center;
  gap: 16px;
  display: none;
}

.slide-navigation-button {
  border: 1px solid var(--neutral-10);
  padding: 10px 24px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--neutral-10);
}

.slide-navigation-button path {
  fill: var(--neutral-10);
}

.slide-navigation-button.left svg {
  transform: scale(-1, 1);
}

.slide-navigation-button:hover {
  background-color: var(--neutral-98);
}

.mobile-dummy {
  height: 536px;
  width: 100%;
  display: none;
}

.gratitudes {
  display: flex;
  gap: 40px;
  width: 100%;
  overflow-x: auto;
}

.gratitude-image {
  background-position: center;
  height: 380px;
  width: 280px;
}

@media (max-width: 767px) {
  .slide-navigation {
    display: none !important;
  }

  .gratitudes-title {
    margin-bottom: 24px;
  }

  .timeline-line {
    left: 60.5px;
    top: 56px;
    bottom: 40px;
  }

  .timeline-image {
    width: 100px;
    height: 100px;
  }

  .point {
    margin-top: 8px;
    width: 10px;
    height: 10px;
  }

  .year {
    font-size: 1rem;
    width: 50px;
  }

  .timeline-item {
    padding-bottom: 32px;
    gap: 16px;
  }

  .btn-primary {
    width: 100%;
  }

  .company-image {
    height: 180px;
  }

  .begin {
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
  }

  h2 {
    font-size: 1.75rem;
    margin-bottom: 16px;
    margin-top: 0;
  }

  section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  h3 {
    margin-bottom: 24px;
    font-weight: bold;
  }

  p {
    margin-bottom: 32px;
  }
}
