/** Shopify CDN: Minification failed

Line 145:0 Unexpected "<"
Line 167:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.image-text-grid-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
}

.image-text-grid-section .left {
  flex: 1;
  min-width: 300px;
}

.image-text-grid-section .right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 300px;
  text-align: left;
}

.image-text-grid-section .grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: start;
}
.image-text-grid-section .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image-text-grid-section h2{
  font-size: 2rem;
  font-weight: bold;
}
.image-text-grid-section p{
  font-size: 12px;
  font-weight: 500;
}
.feature-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.feature-item h4 {
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width:600px){
  /* .image-text-grid-section .grid-row{
   grid-template-columns: repeat(2, 1fr); 
  } */
}
/* Section container */
.careersSfive {
  padding: 40px 0;
  border-top: 1px solid;
}

/* Flex row */
.row.crFv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

/* Each column */
.col-md-2.mrCr {
  flex: 1 1 18%;   /* ~5 per row on large screens */
  max-width: 18%;
  text-align: center;
}

/* Icon */
.crFv img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}

/* Title under icon */
.icoCr h3 {
  padding: 10px 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/* Section heading */
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title {
  display: unset;
  text-align: center;
}

.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title h2.title.inline-richtext.h1 {
  font-size: 26px;
  color: #000;
  margin-bottom: 30px;
}

/* Text elements */
h3.inline-richtext {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.rte p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

/* Tablets: 2–3 per row */
@media screen and (max-width: 1199px) {
  .col-md-2.mrCr {
    flex: 1 1 30%;
    max-width: 30%;
  }
}

/* Mobile: 1 per row */
@media screen and (max-width: 768px) {
  .col-md-2.mrCr {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 20px 0;
  }
}
<style>
.banner-link-section .banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.banner-link-section .banner-container.left {
  justify-content: flex-start;
}
.banner-link-section .banner-container.right {
  justify-content: flex-end;
}
.banner-link-section .banner-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
  .banner-container.center {
    margin-bottom: 50px;
}
</style>