.safety-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-family:var(--ff-base-normal);margin:auto;max-width:1400px;padding:20px 0}.safety-header{margin-bottom:20px;text-align:center}.safety-header h4{color:var(--clr-secondary-lt);font-size:1rem;font-weight:700;margin-bottom:5px}.safety-header h2{color:var(--clr-primary-dk);font-family:var(--ff-base-bold);font-size:20px;font-weight:700;margin-bottom:10px}.safety-header p{color:var(--clr-primary-dk);font-family:var(--ff-base-normal);font-size:14px;margin:0 auto;max-width:100%}.safety-header .highlight{color:#e78037;font-weight:700}.safety-features{display:grid;gap:15px;grid-template-columns:repeat(2,1fr);justify-items:center;margin-bottom:20px;width:100%}.feature-item{align-items:center;display:flex;flex-direction:column;text-align:center}.feature-item img{height:50px;margin-bottom:8px;width:50px}.feature-item p{color:var(--clr-primary-dk);font-family:var(--ff-base-normal);font-size:.09rem}.safety-logo{margin-top:20px;text-align:right;width:90%}.safety-logo img{width:60px}@media screen and (width >= 768px){.safety-header{align-self:flex-start;text-align:left}.safety-header h2{font-size:24px}.safety-header p{font-size:15px;max-width:600px}.safety-features{grid-template-columns:repeat(2,1fr)}.feature-item img{height:60px;width:60px}.feature-item p{font-size:14px}.safety-logo img{width:70px}}@media screen and (width >= 1024px){.safety-section{padding:40px 20px}.safety-header h4{font-size:18px}.safety-header h2{font-size:28px}.safety-header p{font-size:16px}.safety-features{gap:20px;grid-template-columns:repeat(5,1fr)}.feature-item img{height:70px;width:70px}.feature-item p{font-size:16px}.safety-logo img{width:150px}}