/** Shopify CDN: Minification failed

Line 140:1 Expected ":"

**/
.why-natural-safety {
    width: 100%;
}

.why-natural-safety-wrapper {
    width: 80%;
    margin: 5rem auto;
    color: #000;
}

.why-natural-safety-wrapper h2 {
    font-family: "Roslindale";
    font-size: 64px;
    margin-bottom: 0.5rem;
}

.why-natural-safety-wrapper h3 {
    margin: 1rem 0 .5rem;
    text-transform: uppercase;
    font-size: 24px;
}

.why-natural-safety-wrapper p {
    margin: 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2;
}

.why-natural-safety-wrapper h4 {
    margin-top: 1.5rem;
}

.why-natural-safety-checklist-container {
  background: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
}

.why-natural-safety-checklist {
  width: 25%;
  padding: 3rem;
  border-right: 1px dashed #bfbfbf;
  border-bottom: 1px dashed #bfbfbf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-natural-safety-checklist:nth-child(4),
.why-natural-safety-checklist:nth-child(8) {
  border-right: none;
}

.why-natural-safety-checklist:nth-child(n+5) {
  border-bottom: none;
}

.why-natural-safety-checklist img {
  display: block;
  width: 100%;
  max-width: 67px;
  object-fit: cover;
  margin: 0 auto 1.5rem;
}

.why-natural-safety-checklist p {
    width: 80%;
    height: 50%;
    line-height: 1.2;
    font-size: 20px;
}
.why-natural-safety-wrapper .bottom-title {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 1600px) {
    .why-natural-safety-wrapper {
        width: 85%;
    }

    .why-natural-safety-wrapper h2 {
        font-size: 58px;
    }

    .why-natural-safety-wrapper h3 {
        font-size: 22px;
    }

    .why-natural-safety-wrapper p {
        font-size: 17px;
    }

    .why-natural-safety-checklist {
        padding: 2.5rem;
    }

    .why-natural-safety-checklist p {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .why-natural-safety-wrapper h2 {
        font-size: 54px;
    }

    .why-natural-safety-wrapper h3 {
        font-size: 21px;
    }

    .why-natural-safety-checklist {
        padding: 2rem;
    }

    .why-natural-safety-checklist p {
        font-size: 17px;
    }
}

@media (max-width: 1280px) {
    .why-natural-safety-wrapper {
        width: 88%;
    }

    .why-natural-safety-wrapper h2 {
        font-size: 48px;
    }

    .why-natural-safety-wrapper h3 {
        font-size: 20px;
s    }

    .why-natural-safety-wrapper p {
        font-size: 16px;
    }

    .why-natural-safety-checklist {
        padding: 1.75rem;
    }

    .why-natural-safety-checklist img {
        max-width: 60px;
        margin-bottom: 1rem;
    }

    .why-natural-safety-checklist p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .why-natural-safety-wrapper {
        width: 90%;
        margin: 4rem auto;
    }

    .why-natural-safety-wrapper h2 {
        font-size: 42px;
    }

    .why-natural-safety-wrapper h3 {
        font-size: 18px;
    }

    .why-natural-safety-wrapper p {
        font-size: 15px;
    }

    .why-natural-safety-checklist {
        width: 50%;
        padding: 2rem;
    }

    .why-natural-safety-checklist:nth-child(4),
    .why-natural-safety-checklist:nth-child(8) {
        border-right: 1px dashed #bfbfbf;
    }

    .why-natural-safety-checklist:nth-child(2),
    .why-natural-safety-checklist:nth-child(4),
    .why-natural-safety-checklist:nth-child(6),
    .why-natural-safety-checklist:nth-child(8) {
        border-right: none;
    }

    .why-natural-safety-checklist:nth-child(n+5) {
        border-bottom: 1px dashed #bfbfbf;
    }

    .why-natural-safety-checklist:nth-child(n+7) {
        border-bottom: none;
    }

    .why-natural-safety-checklist p {
        font-size: 15px;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .why-natural-safety-wrapper {
        margin: 3rem auto;
    }

    .why-natural-safety-wrapper h2 {
        font-size: 38px;
    }

    .why-natural-safety-wrapper h3 {
        font-size: 17px;
    }

    .why-natural-safety-wrapper p {
        font-size: 15px;
        line-height: 1.3;
    }

    .why-natural-safety-wrapper h4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .why-natural-safety-checklist {
        padding: 1.5rem;
    }

    .why-natural-safety-checklist img {
        max-width: 55px;
    }

    .why-natural-safety-checklist p {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .why-natural-safety-wrapper {
        margin: 2.5rem auto;
    }

    .why-natural-safety-wrapper h2 {
        font-size: 30px;
    }

    .why-natural-safety-wrapper h3 {
        font-size: 16px;
        margin: 1.25rem 0 0.5rem;
    }

    .why-natural-safety-wrapper p {
        font-size: 14px;
    }

    .why-natural-safety-checklist {
        width: 100%;
        padding: 1.5rem;
        border-right: none;
        border-bottom: 1px dashed #bfbfbf;
    }

    .why-natural-safety-checklist:nth-child(2),
    .why-natural-safety-checklist:nth-child(4),
    .why-natural-safety-checklist:nth-child(6),
    .why-natural-safety-checklist:nth-child(8) {
        border-right: none;
    }

    .why-natural-safety-checklist:nth-child(n+7) {
        border-bottom: 1px dashed #bfbfbf;
    }

    .why-natural-safety-checklist:last-child {
        border-bottom: none;
    }

    .why-natural-safety-checklist img {
        max-width: 50px;
        margin-bottom: 0.75rem;
    }

    .why-natural-safety-checklist p {
        font-size: 14px;
    }
}