/* line 1, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section {
  display: flex;
  width: 100%;
  margin: 60px 0 130px;
}

/* line 6, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  max-height: 840px;
  margin: 0 auto;
}

/* line 13, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .get-insured-header {
  flex: 100%;
  text-align: center;
  margin: 8px 20px 40px;
  font-size: 36px;
}

/* line 20, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 100px;
  width: 35%;
}

/* line 28, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container .fox-tail-img {
  width: 209px;
  height: 209px;
}

/* line 33, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container .like-a-fox-header {
  margin: 0;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  color: #004467;
}

/* line 41, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container strong {
  color: #004467;
  font-size: 38px;
}

/* line 47, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 65%;
  padding: 0 25px 0 40px;
}

/* line 56, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-trust-element-and-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* line 62, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .trust-element {
  width: 88px;
  height: 88px;
}

/* line 67, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 600px;
  padding-right: 20px;
}

/* line 74, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info .like-a-fox-info-header {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  color: #004467;
}

/* line 81, pricefox/pages/get-insured-like-a-fox-homepage.scss */
.get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info .like-a-fox-info-text {
  font-size: 20px;
  font-weight: 400;
  color: #004467;
  margin: 0;
}

@media (min-width: 993px) and (max-width: 1440px) {
  /* line 92, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section {
    margin: 60px 0 90px;
  }
  /* line 94, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container {
    width: 992px;
  }
  /* line 97, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .get-insured-header {
    font-size: 32px;
  }
  /* line 101, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container {
    align-items: center;
    padding: 0 0 0 20px;
  }
  /* line 105, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container .fox-tail-img {
    width: calc(129px + (209 - 129) * ((100vw - 992px) / (1440 - 992)));
    height: calc(169px + (209 - 129) * ((100vw - 992px) / (1440 - 992)));
  }
  /* line 110, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container .like-a-fox-header {
    font-size: calc(27px + (38 - 27) * ((100vw - 992px) / (1440 - 992)));
    line-height: 30px;
  }
  /* line 115, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container strong {
    font-size: calc(27px + (38 - 27) * ((100vw - 992px) / (1440 - 992)));
  }
  /* line 120, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info-container {
    gap: 15px;
    padding: 0 25px 0 40px;
  }
  /* line 125, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-trust-element-and-info {
    gap: 20px;
  }
  /* line 129, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .trust-element {
    width: calc(68px + (88 - 68) * ((100vw - 992px) / (1440 - 992)));
    height: calc(68px + (88 - 68) * ((100vw - 992px) / (1440 - 992)));
  }
  /* line 134, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info {
    gap: 10px;
    width: 600px;
    padding-right: 20px;
  }
  /* line 139, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info .like-a-fox-info-header {
    font-size: calc(22px + (32 - 22) * ((100vw - 992px) / (1440 - 992)));
    line-height: 29px;
  }
  /* line 144, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info .like-a-fox-info-text {
    font-size: calc(14px + (20 - 14) * ((100vw - 992px) / (1440 - 992)));
  }
}

@media (max-width: 992px) {
  /* line 153, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section {
    margin: 40px 0 40px;
  }
  /* line 156, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container {
    flex-direction: column;
    max-height: unset;
  }
  /* line 160, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .get-insured-header {
    flex: 1;
    order: 2;
    margin: 8px 20px 25px;
    font-size: 23px;
  }
  /* line 167, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container {
    order: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 40px 0;
    width: 100%;
  }
  /* line 175, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container .fox-tail-img {
    width: 107px;
    height: 107px;
  }
  /* line 180, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container .like-a-fox-header {
    font-size: 27px;
    margin: 0;
  }
  /* line 185, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-img-and-heading-container strong {
    font-size: 27px;
  }
  /* line 190, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info-container {
    order: 3;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 0 0 40px 0;
  }
  /* line 199, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-trust-element-and-info {
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
    gap: 10px;
  }
  /* line 206, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .trust-element {
    width: 68px;
    height: 68px;
  }
  /* line 211, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info {
    flex-direction: column;
    text-align: center;
    width: inherit;
    gap: 10px;
    padding-right: 0;
  }
  /* line 218, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info .like-a-fox-info-header {
    font-size: 17px;
    line-height: 20px;
  }
  /* line 223, pricefox/pages/get-insured-like-a-fox-homepage.scss */
  .get-insured-like-a-fox-section .get-insured-like-a-fox-container .like-a-fox-info .like-a-fox-info-text {
    font-size: 14px;
  }
}
