/** Shopify CDN: Minification failed

Line 150:0 Unexpected "<"
Line 172: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); 
  } */
}
.crFv {
  text-align: center;
}
.crFv img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.icoCr h3 {
  padding: 10px 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.col-md-2.mrCr {
  margin-right: 4%;
}
.row.crFv{
    flex-wrap: nowrap;
}
.careersSfive{
      padding: 40px 0;
    border-top: 1px solid;
}
.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;
}

h3.inline-richtext{
      font-size: 20px;
    color: #000;
    font-weight: 700;
}
.rte p{
  color: #000;
    font-size: 14px;
  font-weight: 500;
}

  @media screen and (max-width:320px){
     #shopify-section-template--24816893690227__imag_text_gWt4Bp{
       margin:0px 20px;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .crFv{
       flex-wrap: wrap;
      justify-content: center;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .col-md-2.mrCr{
       margin-right:0px;
           padding: 30px;
     }
   }
  @media screen and (max-width:480px){
     #shopify-section-template--24816893690227__imag_text_gWt4Bp{
       margin:0px 20px;
     }
    #shopify-section-template--24816893690227__imag_text_gWt4Bp .crFv{
       flex-wrap: wrap;
      justify-content: center;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .col-md-2.mrCr{
       margin-right:0px;
           padding: 30px;
     }
   }
  @media screen and (max-width:768px){
      #shopify-section-template--24816893690227__imag_text_gWt4Bp{
       margin:0px 20px;
     }
    #shopify-section-template--24816893690227__imag_text_gWt4Bp .crFv{
       flex-wrap: wrap;
      justify-content: center;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .col-md-2.mrCr{
       margin-right:0px;
           padding: 30px;
     }
   }
<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>