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

.benefits {
  display: flex;
  gap: 56px;
  margin-top: 56px;
}

.benefit-title {
  font-size: 2.25rem;
  padding-bottom: 0;
  font-weight: 600;
}

.benefit-subtitle {
  font-size: 1rem;
}

.presentation {
  margin: 80px 0;
  background-color: var(--neutral-98);
  display: flex;
  align-items: center;
  gap: 32px;
}

.realized-proejcts-header {
  font-size: 2.25rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.projects-button {
  margin: 0 auto;
}

.file-icon {
  margin-bottom: 3px;
  margin-right: 8px;
}

.pdf-description {
  color: var(--neutral-40);
  font-size: 1rem;
}

.project-header {
  font-size: 1.5rem;
}

.download {
  display: flex;
  align-items: center;
  gap: 16px;
}

.presentation-image {
  background-position: center;
  width: 320px;
  height: 216px;
  cursor: pointer;
}

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

.presentation-subtitle {
  font-size: 1rem;
  margin-bottom: 24px;
  color: var(--neutral-30);
}

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

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

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

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

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

.news-title-preview {
  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%;
}

.news-header {
  font-size: 2.25rem;
  font-weight: 600;
}

.news-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

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

.news-button-mobile {
  display: none;
}

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

  .news-button-desktop {
    display: none;
  }

  .news-button-mobile {
    display: block;
    width: 100%;
  }

  .news-header {
    font-size: 1.5rem;
  }

  .news-header-wrapper {
    margin-bottom: 32px;
  }

  .news-button-mobile button {
    width: 100%;
  }

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

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

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

  .news-text {
    display: none;
  }

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

  .benefits {
    flex-flow: column;
    align-items: center;
    margin-top: 32px;
    gap: 24px;
  }

  .presentation {
    flex-flow: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .presentation-link {
    width: 100%;
  }

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

  .presentation-info {
    padding: 0 24px 24px 24px;
  }

  .presentation-title {
    font-size: 1.25rem;
  }

  .realized-proejcts-header {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }

  .download {
    flex-flow: column;
    align-items: center;
  }

  .benefit {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

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