.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;
}

.month {
  font-size: 1.5rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.news-wrapper {
  --bs-gutter-x: 40px;
  margin-bottom: 40px;
}

.news-item-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.news-item-text {
  margin-bottom: 24px;
}

.news-socials {
  display: flex;
  gap: 8px;
}

.news-socials-icon {
  height: 24px;
  height: 24px;
}

.news-wrapper:hover .news-info {
  opacity: 0.75;
}

.news-date {
  font-size: 1rem;
  color: var(--neutral-30);
  margin-bottom: 12px;
}

.news-date.main {
  margin-bottom: 16px;
}

.news-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.news-image {
  display: block;
  height: 296px;
  width: 100%;
  background-position: center;
}

a {
  text-decoration: none;
  height: 100%;
}

h1 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}

.filters {
  padding: 8px;
  display: inline-flex;
  gap: 4px;
  border: 1px solid var(--neutral-60);
  height: 100%;
  margin-bottom: 40px;
}

.filter-item {
  border: 0;
  background-color: #fff;
  color: var(--neutral-10);
  padding: 4px 16px;
  white-space: nowrap;
}

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

.filter-item:hover {
  background-color: var(--neutral-98);
}

.filter-item.active,
.filter-item.active:hover {
  color: #fff;
  background-color: var(--neutral-10);
}

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

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

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

h2 {
  font-size: 2.5rem;
  margin-bottom: 32px;
  margin-top: 72px;
  font-weight: 600;
}

.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);
}

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

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

.show-more {
  width: 280px;
}

.breadcrumb {
  margin-top: 40px;
  margin-bottom: 60px;
}

.main-image.video::after {
  content: url(./assets/svg/play-circle.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-image {
  height: 460px;
  background-position: center;
  margin-bottom: 16px;
  position: relative;
}

.arrow-icon {
  margin-left: 8px;
}

.mini-news-wrapper {
  margin-bottom: 24px;
  padding: 16px 0 4px;
}

.mini-news-wrapper .news-title {
  font-size: 1.25rem;
}

.mini-news-wrapper:hover {
  opacity: 0.75;
}

.news-item {
  --bs-gutter-x: 40px;
}

@media (max-width: 767px) {
  .btn-primary {
    width: 100%;
  }

  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .news-item-title {
    font-size: 2.25rem;
  }

  .breadcrumb-item.active {
    white-space: nowrap;
  }

  .mini-news-wrapper {
    padding: 0;
    padding-bottom: 16px;
  }

  .main-image {
    height: 280px;
  }

  .company-image {
    height: 200px;
    position: absolute;
    left: 0;
  }

  .month {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  .news-image {
    height: 205px;
    width: 100%;
    background-position: center;
  }

  .news-date {
    margin-top: 16px;
  }

  .news-title {
    margin-bottom: 0;
  }

  .news-text {
    display: none;
  }

  .show-more,
  .see-all {
    width: 100%;
  }

  h1 {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 1.75rem;
  }

  .main-left {
    margin-top: 240px;
  }

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

  h2 {
    font-size: 2.25rem;
    margin-bottom: 32px;
    margin-top: 0;
  }

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

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

  p {
    margin-bottom: 32px;
  }
}
