/* line 1, ../sass/delivery.scss */
.breadcrumb {
  justify-content: center;
}

/* line 5, ../sass/delivery.scss */
.center {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13, ../sass/delivery.scss */
p.center {
  margin-bottom: 50px !important;
}
/* line 16, ../sass/delivery.scss */
p.center i {
  font-size: 1.6em;
}

/* line 21, ../sass/delivery.scss */
.np-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 27, ../sass/delivery.scss */
.np-col-box {
  width: auto;
  max-width: 250px;
  max-width: 24%;
  display: flex;
  flex-direction: column;
}
/* line 34, ../sass/delivery.scss */
.np-col-box .icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
/* line 39, ../sass/delivery.scss */
.np-col-box .icons svg {
  margin: 0;
}
/* line 44, ../sass/delivery.scss */
.np-col-box svg {
  width: 42px;
  height: 42px;
  margin-bottom: 38px !important;
  margin-left: auto;
  margin-right: auto;
}
/* line 52, ../sass/delivery.scss */
.np-col-box img {
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 38px !important;
}
/* line 61, ../sass/delivery.scss */
.np-col-box span {
  text-align: center;
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 999px) {
  /* line 70, ../sass/delivery.scss */
  .np-col {
    gap: 20px;
    margin-bottom: 51px;
  }

  /* line 75, ../sass/delivery.scss */
  .np-col-box {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  /* line 82, ../sass/delivery.scss */
  .np-col-box svg {
    width: 50px;
    height: 50px;
    margin: 0 !important;
  }
  /* line 88, ../sass/delivery.scss */
  .np-col-box img {
    width: 50px;
    height: auto;
    margin: 0 !important;
  }
  /* line 94, ../sass/delivery.scss */
  .np-col-box span {
    width: calc(100% - 80px);
    text-align: left;
  }
  /* line 99, ../sass/delivery.scss */
  .np-col-box .icons {
    gap: 5px;
    flex-direction: column;
    width: 50px;
  }

  /* line 106, ../sass/delivery.scss */
  p.center {
    margin-bottom: 30px !important;
  }
}
