@media (max-width: 768px) { 
    .ws-nowrap {
        white-space: normal !important; /* Allow wrapping on mobile */
    }

    .btn.ms-4 {
        margin-left: 0 !important;
    }
    
}

/* DARKEN BG MASK OF CAREERS SECTION */
.overlay.overlay-color-tertiary:before {
    opacity: 0.95 !important;
}

/* LOGO BAR */
.logo-img {
  max-height: 70px;
  width: auto;
  opacity: 0.9;
}

@media (max-width: 576px) {
  .logo-img {
    max-height: 50px;
  }
}

/* hide bottom of careers divider line on mobile */
@media (max-width: 767px) {
	.section-with-shape-divider .shape-divider-bottom {
		display: none;
	}
}
