.our-service {
  margin: -2rem auto 0;
  border-radius: 5px;
}
.our-service > .items {
  justify-content: space-between;
}
.our-service > .items > .item {
  background-color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  flex: inherit;
  padding: .75rem 0;
}
.our-service > .items > .item + .item {
  margin-left: 0;
}
.our-service-text > h3 {
  margin: 0 0 1.5rem;
  font-size: 22px;
  line-height: 1;
  z-index: 1;
}
.our-service > .items > .item > .icon {
  border: none;
  width: inherit;
  height: inherit;
}
.our-service > .items > .item > .icon > img {
  max-width: 15px;
}

.product-shipping-banner {
  margin-bottom: 1.2rem;
}
.product-shipping-banner img {
  display: block;
  width: 40px;
  height: auto;
}
@media (min-width: 1600px) {
  .product-shipping-banner img:first-child {
    display: block;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .product-shipping-banner img:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .product-shipping-banner img:nth-child(3) {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-shipping-banner img:nth-child(4) {
    display: block;
  }
}
.product-shipping-banner.mobile-view {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  height: 50px;
  color: #202020;
  font-size: 12px;
}
.product-shipping-banner.mobile-view span.banner-text {
  font-weight: 500;
  margin-right: 12px;
}
.product-shipping-banner.mobile-view span.fake-button {
  width: 76px;
  height: 24px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-shipping-banner.mobile-view img:first-child {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-shipping-banner.mobile-view img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 575px) {
  .product-shipping-banner.mobile-view img:nth-child(3) {
    display: block;
  }
}
