p {
  color: #606e7f;
  letter-spacing: -.6px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.sidebar-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 420px;
  height: 100%;
  display: flex;
  overflow: visible;
}

.scroll-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 56px;
  display: block;
  overflow: visible;
}

.global-container {
  display: flex;
}

.display {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.display.display-sidebar {
  margin-top: 24px;
  margin-bottom: 8px;
}

.global-button {
  color: #fff;
  letter-spacing: -.6px;
  background-color: #151618;
  border-radius: 99px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  line-height: 22px;
  text-decoration: none;
}

.global-button.sidebar-button {
  cursor: pointer;
  margin-bottom: 32px;
  margin-right: 8px;
}

.global-button.secondary-button {
  color: #151618;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #e4e8ed;
}

.left-arrow, .slide-nav {
  display: none;
}

.text-span {
  font-weight: 500;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.right-arrow, .icon, .icon-2 {
  display: none;
}

.vagas-projetos {
  color: #333;
}

.sidebar-wrapper {
  background-color: #f7f8fa;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 56px;
  display: flex;
  position: fixed;
}

.image {
  height: 20px;
}

.case-wrapper {
  margin-bottom: 16px;
}

.scroll-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .sidebar-container {
    min-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-container {
    flex-flow: row;
    height: auto;
  }

  .scroll-wrapper {
    padding: 32px;
  }

  .global-container {
    flex-flow: column;
  }

  .sidebar-wrapper {
    height: auto;
    padding: 32px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .scroll-wrapper, .sidebar-wrapper {
    padding: 24px 16px;
  }
}


