#projetos-saude {
    padding: 70px 0;
    background: transparent
      linear-gradient(
        180deg,
        #e7eced 0%,
        #eff2f3 9%,
        #ffffff 25%,
        #fefefe 84%,
        #ffffff 100%
      )
      0% 0% no-repeat padding-box;
  }
 
  

  #home-carreiras-geral {
    background-image: url(../assets/images/carreiras\ banner.jpg);
    background-size: cover;
    background-position: center;    
    height: 45vh;
    padding-top: 72px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-carreiras-geral::after {
    position: absolute;
  content: '';
  width: 27%;
  left: 0;
  bottom: 0;
  height: 7px;
  background-color: #ffc850;
  border-radius: 32px;
}
  
  #projetos-saude h3 {
    font-family: "Montserrat", sans-serif;
    color: #537681;
    font-size: 38px;
    letter-spacing: 0px;
  }
  
  #projetos-saude h3 strong::after {
    content: "";
    width: 69px;
    height: 5px;
    border-radius: 100px;
    background: #ffc850;
    position: absolute;
    display: block;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #projetos-saude .projetos {
    margin-top: 82px;
  }
  
  #projetos-saude .projetos .projeto-item {
    margin-bottom: 110px;
  }
  
  #projetos-saude .projetos .projeto-item img {
    display: block;
    width: 100%;
    max-width: 262px;
    margin-bottom: 42px;
  }
  
  #projetos-saude .projetos .projeto-item h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 100;
    color: rgba(50, 71, 78, 1);
    position: relative;
    margin: 0 auto;
  }
  
  #projetos-saude .projetos .projeto-item h4::after {
    content: "";
    width: 61px;
    height: 5px;
    border-radius: 100px;
    background: #ffc850;
    position: absolute;
    display: block;
    bottom: -17px;
  }
  
  #projetos-saude .projetos .projeto-item h4 strong {
    font-weight: 700;
    color: #32474e;
  }
  
  #projetos-saude .projetos .projeto-item .content {
    margin-top: 54px;
    height: 100%;
  }
  
  #projetos-saude .projetos .projeto-item .content p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #32474e;
    max-width: 314px;
  }
  
  #projetos-saude .projetos .projeto-item .content .saiba-mais {
    width: 100%;
    max-width: 210px;
    height: 60px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(127deg, #ffc850 0%, #ffc850 100%) 0%
      0% no-repeat padding-box;
    border-radius: 32px;
    transition: all 0.3s ease;
    margin-top: 33px;
  }
  
  #projetos-saude .projetos .projeto-item .content .saiba-mais:hover {
    background: transparent
      linear-gradient(118deg, #273c43 0%, #32474e 56%, #537681 100%) 0% 0%
      no-repeat padding-box;
    transform: translateY(-10px);
  }
  
  .load-more {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 6px;
    color: #32474e;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    border: 0;
    outline: 0;
  }
  
  #cultura {
    padding: 98px 0;
    background: transparent linear-gradient(180deg, #E7ECED 0%, #F0F5F6 66%, #FFFFFF 95%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
  
  #cultura h3 {
    font-family: "Montserrat", sans-serif;
    color: #32474e;
    font-size: 38px;
    letter-spacing: 0px;
    position: relative;
  }
  
  #cultura .cultura-title h3 strong::after {
    content: "";
    width: 48px;
    height: 5px;
    border-radius: 100px;
    background: #ffc850;
    position: absolute;
    display: block;
    right:0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #cultura .items {
    margin-top: 83px;
  }
  
  #cultura .items .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 126px;
    gap: 12px;
  }
  
  #cultura .items .item img {
    display: block;
    transform: translateY(-20px);
  }
  
  #cultura .items .item span {
    font-family: 'Montserrat';
    font-size: 77px;
    letter-spacing: -0.08px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 3px #FFC43D;
  }
  
  #cultura .items .item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: -0.18px;
    color: #32474E;
    font-weight: 400;
    max-width: 295px;
  }
  
  @media (max-width: 1024px) {
    #projetos-saude h3,
    #cultura h3 {
      font-size: 32px;
    }
  
    #projetos-saude .projetos {
      margin-top: 70px;
    }
  
    #projetos-saude .projetos .projeto-item,
    #cultura .items .item  {
      margin-bottom: 80px;
    }
  
    #projetos-saude .projetos .projeto-item span {
      font-size: 11px;
    }
  
    #projetos-saude .projetos .projeto-item p,
    #cultura .items .item p {
      font-size: 18px;
    }
  
    #projetos-saude .projetos .projeto-item .content .saiba-mais {
      font-size: 13px;
      height: 55px;
    }
  
    #projetos-saude .projetos .projeto-item .content {
      margin-top: 50px;
    }
  
    #projetos-saude .projetos .projeto-item .content p {
      font-size: 13px;
      line-height: 26px;
      max-width: unset;
    }
  
    #projetos-saude .load-more {
      font-size: 14px;
    }
  
    .load-more {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 4px;
      margin-top: 60px;
    }
  }
  
  @media (max-width: 768px) {
    #projetos-saude h3,
    #cultura h3 {
      font-size: 24px;
    }
  
    #projetos-saude .projetos {
      margin-top: 50px;
    }
  
    #projetos-saude .projetos .projeto-item,
    #cultura .items .item  {
      margin-bottom: 50px;
    }
  
    #projetos-saude .projetos .projeto-item span::after {
      height: 3px;
      bottom: -18px;
    }
  
    #projetos-saude .projetos .projeto-item p,
    #cultura .items .item p {
      font-size: 14px;
    }
  
    #projetos-saude .projetos .projeto-item .content .saiba-mais {
      font-size: 12px;
      height: 40px;
      margin-top: 20px;
    }
  
    #projetos-saude .projetos .projeto-item .content {
      margin-top: 30px;
    }
  
    #projetos-saude .projetos .projeto-item .content p {
      font-size: 12px;
      line-height: 24px;
    }
  
    #projetos-saude .load-more {
      font-size: 12px;
    }
    .load-more {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 3px;
      margin-top: 40px;
    }
  }
  @media (max-width: 576px) {
    #projetos-saude,
    #cultura {
      text-align: center;
    }
    
    #projetos-saude br {
      display: none;
    }
    #projetos-saude h3 strong::after,
    #cultura h3 strong::after {
      top: unset;
      height: 3px;
      bottom: -10px;
      right: 0;
      transform: unset;
    }
  
    #cultura .items .item {
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
  
    #cultura .items .item  img {
      max-width: 35px;
    }
  
    #projetos-saude .projetos .projeto-item h4 {
      width: max-content;
    }
  
    #projetos-saude .projetos .projeto-item img {
      margin: 0 auto;
      margin-bottom: 30px;
      max-width: 200px;
    }
    #projetos-saude .projetos .projeto-item span::after {
      transform: translateX(-50%);
      left: 50%;
    }
    #projetos-saude .projetos .projeto-item .content .saiba-mais {
      margin: 0 auto;
    }
  }