/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/b2b-our-service/src/_styles.scss ***!
  \******************************************************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.NH-blockb2bOutService {
  padding: 50px 0 40px;
}
.NH-blockb2bOutService .wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.NH-blockb2bOutService .wrapper .section-title h3 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #0A3358;
}
.NH-blockb2bOutService .wrapper .section-content_item {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px 30px;
  margin-top: 30px;
  box-shadow: 6px 6px 7px #f1f1f1;
}
.NH-blockb2bOutService .wrapper .section-content_item img {
  max-width: 80px;
}
.NH-blockb2bOutService .wrapper .section-content_item .title {
  font-size: 20px;
  line-height: 26px;
  color: #0A3358;
  margin: 15px 0;
}
.NH-blockb2bOutService .wrapper .section-content_item .text {
  font-size: 14px;
  line-height: 21px;
  color: #0A3358;
}
@media screen and (min-width: 1024px) {
  .NH-blockb2bOutService .wrapper .section-title h3 {
    font-size: 32px;
  }
  .NH-blockb2bOutService .wrapper .section-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
  }
  .NH-blockb2bOutService .wrapper .section-content_item {
    flex: 0 0 32%;
  }
}
