.ul-catalogo{
    background: url(../img/carreira-banner.jpg) no-repeat center center;
    background-size: cover;
    padding: clamp(50px, 9.98vw, 190px) 0 clamp(40px, 9.46vw, 180px);
    text-align: center;
    position: relative;
    z-index: 1;
}
.ul-container {
  max-width: 90%;
  margin-inline: auto;
}
.ul-section-title{
    font-weight: 800;
    font-size: clamp(20px, 2.63vw, 50px);
    color: var(--ul-black);
    letter-spacing: -0.04em;
    font-family: var(--font-quicksand);
}
.ul-section-title-top{
    font-weight: 800;
    font-size: clamp(20px, 2.63vw, 50px);
    color: var(--ul-black);
    margin-bottom: 1px !important;
    letter-spacing: -0.04em;
    font-family: var(--font-quicksand);
}
.ul-section-spacing-short {
    padding-top: clamp(60px, 6.31vw, 120px);
    padding-bottom: clamp(80px, 1vw, 120px);
}
.ul-career {
  font-family: var(--font-quicksand);
}
.career-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
.career-columns .img-column,
.career-columns .text-column {
  flex: 1 1 45%;
}
.career-img-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 50vh;  
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  display: block;
  margin-inline: auto;
}
/* Largura da coluna de imagem apenas em telas grandes; no mobile fica 100% para ocupar a largura total */
@media (min-width: 992px) {
  .img-column { width: 40% !important; }
  .career-columns .col-md-6:not(.img-column) { width: 60% !important; }
}
@media (max-width: 991.98px) {
  .career-columns {
    flex-direction: column;
    align-items: stretch;
  }
  .img-column { width: 100% !important; }
  .career-img-wrapper img { min-height: 280px; }
}
.career-title {
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 800;
  color: rgb(59, 71, 105);
  margin-bottom: 1rem;
}
.career-subtitle {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #333;
}
.career-descr {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: var(--ul-p, #555);
  line-height: 1.6;
}
.career-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}
