:root {
  --121212: #333;
  --105fcb: #105fcb;
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 100%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.section {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bottom-0 {
  padding-bottom: 0;
}

.section.date-b {
  background-color: #0069b0;
  padding-bottom: 120px;
}

.section.top-0 {
  padding-top: 0;
}

.section.footer {
  padding-top: 160px;
}

.container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.no-padding {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.blue-bg {
  background-color: #0069b0;
}

.container.inner {
  padding-left: 80px;
  padding-right: 80px;
}

.container.full {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.container.home-news {
  padding-left: 100px;
  padding-right: 100px;
}

.body {
  color: var(--121212);
  background-color: #f1f0ee;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.body.product {
  background-color: #fff;
}

.navbar {
  background-color: #fff;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-brand {
  order: -9999;
}

.contact-b {
  order: 9999;
  height: 60px;
}

.link-block {
  color: #105fcb;
  background-color: #105fcb00;
  border: 1px solid #105fcb;
  border-radius: 60px;
  padding: 20px 35px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: color .8s, background-color .8s;
}

.link-block:hover {
  background-color: var(--105fcb);
  color: #fff;
}

.navbar-link-b {
  margin-left: -20px;
  margin-right: -20px;
  font-weight: 700;
}

.navbar-link-b.m-show {
  display: none;
}

.navbar-bottom-line-b {
  flex-flow: column;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-bottom-line {
  background-color: #cacaca;
  height: 1px;
}

.navbar-bottom-line._02 {
  background-color: #fff;
}

.home-banner-slider {
  aspect-ratio: 21 / 9;
  width: 100%;
  height: 46vw;
}

.home-banner-mask {
  aspect-ratio: 21 / 9;
  width: 100%;
}

.hide {
  display: none;
}

.image-full {
  width: 100%;
}

.image-full.m-show {
  display: none;
}

.home-banner-corner-b {
  z-index: 2;
  justify-content: space-between;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-corner {
  aspect-ratio: 1;
  display: flex;
}

.home-banner-top-gradient {
  background-image: linear-gradient(#fff, #fff0);
  height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-banner-bottom-gradient {
  background-image: linear-gradient(#fff0, #fff);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-num-row {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.home-num-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.h1-hide-b {
  display: none;
}

.heading {
  line-height: 100%;
}

.home-num-col-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-num-bottom-b {
  background-image: url('../images/home-dot-bg.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 116px;
}

.home-slogan-b {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-slogan-bg-b {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-slogan-inner-b {
  z-index: 1;
  border: 2px solid var(--white);
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Charm, sans-serif;
  font-size: 64px;
  line-height: 100%;
  display: flex;
  position: relative;
}

.home-slogan-bg-mask {
  mix-blend-mode: hue;
  background-color: #0069b0;
  position: absolute;
  inset: 0%;
}

.home-about-row {
  display: flex;
}

.home-about-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: justify;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.home-about-col.title {
  flex: 0 auto;
  min-width: 220px;
}

.title-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: pre-line;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.title-b.gsm {
  width: 400px;
}

.title-b-line {
  background-color: var(--105fcb);
  border-radius: 30px;
  height: 10px;
}

.title-b-line.white {
  background-color: var(--white);
}

.home-about-col-line {
  background-color: var(--white);
  width: 2px;
  margin-left: 40px;
  margin-right: 40px;
}

.home-about-col-inner-line {
  background-color: #cacaca;
  width: 1px;
  height: 100%;
}

.home-about-key-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.home-slogan-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-slogan-col {
  max-height: 110px;
}

.home-slogan-col._02 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-slogan-col._03 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about-key-col {
  border: 1px solid #0069b0;
  border-radius: 20px;
  flex: 1;
  order: -9999;
  padding: 10px;
  display: flex;
}

.home-about-key-col-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--105fcb);
  text-align: center;
  background-color: #d9d9d980;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.home-about-key-icon-b {
  width: 70px;
  height: 70px;
  display: flex;
}

.home-clientele-bg-b {
  background-color: var(--white);
}

.home-clientele-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.home-clientele-bg-corner-b {
  justify-content: space-between;
  display: flex;
}

.home-clientele-logo-row {
  width: 100%;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.home-clientele-logo-col {
  padding-left: 30px;
  padding-right: 30px;
}

.home-products-row {
  display: flex;
}

.home-products-col {
  flex-flow: column;
  flex: 1;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.home-products-col.info {
  flex: 0 auto;
  width: 35%;
  max-width: 550px;
  padding-left: 0;
}

.home-products-info-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
  position: sticky;
  top: 60px;
}

.line-b {
  flex-flow: column;
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.home-products-list-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #33333380;
  padding-left: 5px;
  display: flex;
}

.home-products-list-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link-btn {
  color: #0069b0;
  border: 1px solid #0069b0;
  border-radius: 100px;
  padding: 20px 30px;
  line-height: 100%;
  text-decoration: none;
  transition: color .8s, background-color .8s;
}

.link-btn:hover {
  color: var(--white);
  background-color: #0069b0;
}

.link-btn.color-w {
  color: var(--white);
  border-color: #fff;
}

.link-btn.color-w:hover {
  background-color: var(--white);
  color: var(--105fcb);
}

.link-btn-b {
  display: flex;
}

.link-btn-b.top-margin-80 {
  margin-top: 80px;
}

.home-products-item-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(135deg, #7ea9c5, #588db1);
  border-radius: 20px;
  min-height: 380px;
  margin-bottom: 120px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 60px;
}

.home-products-item-b._02 {
  background-image: linear-gradient(135deg, #588db1, #2e7baf);
  top: 120px;
}

.home-products-item-b._03 {
  background-image: linear-gradient(135deg, #2e7baf, #0069b0);
  top: 180px;
}

.home-products-item-b._04 {
  background-image: linear-gradient(135deg, #0069b0, #0e4e79);
  top: 240px;
}

.home-products-item-date-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-products-item-img-b {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 280px;
  max-width: 280px;
  display: flex;
}

.home-products-item-num-b {
  background-color: var(--white);
  color: #0069b0;
  border-radius: 66px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 100%;
}

.home-products-item-text-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-products-item-text-line-b {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.home-new-b {
  border: 2px solid #0069b0;
  border-radius: 40px;
  padding: 20px;
}

.home-new-inner-b {
  background-image: url('../images/news-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding: 120px 40px;
}

.footer-b-bg {
  background-image: linear-gradient(135deg, #0069b0, #002c4a);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.footer-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  padding: 80px 40px;
  display: flex;
}

.footer-info-row {
  font-weight: 300;
  display: flex;
}

.footer-info-col {
  flex: 1;
}

.footer-info-col._01 {
  min-width: 460px;
}

.footer-col-line {
  background-color: #0067ac;
  width: 2px;
  min-width: 2px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-col-inner-line {
  background-color: #013253;
  width: 1px;
  height: 100%;
}

.footer-info-inner-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-info-inner-col {
  flex: 1;
}

.text-block {
  white-space: nowrap;
}

.footer-line-text {
  color: var(--white);
  text-decoration: none;
  transition: color .8s;
}

.footer-line-text:hover {
  color: #73c5fc;
}

.copyright-b {
  border-top: 1px solid var(--white);
}

.copyright-row {
  color: var(--white);
  justify-content: space-between;
  font-weight: 300;
  display: flex;
}

.copyright-col {
  padding: 10px 40px;
}

.navbar-link {
  transition: color .8s;
}

.navbar-link:hover {
  color: var(--105fcb);
}

.product-titile-row {
  display: flex;
}

.product-titile-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.product-titile-col.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.product-titile-col-line {
  background-color: var(--white);
  width: 2px;
  margin-left: 40px;
  margin-right: 40px;
}

.product-item-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.product-item-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.product-item-title-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--105fcb);
  align-items: center;
  display: flex;
}

.product-item-title-b.left {
  justify-content: flex-end;
  align-items: center;
  margin-left: 25%;
  margin-right: 0%;
}

.product-item-title-icon-b {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.bg-video {
  z-index: -1;
  opacity: .15;
  mix-blend-mode: multiply;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-2 {
  line-height: 120%;
}

.product-item-inner-col {
  flex-flow: column;
  width: 33.33%;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.product-item-inner-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.product-item-inner-img-b {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.product-item-inner-info-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.product-item-inner-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  overflow-wrap: anywhere;
  flex-flow: column;
  flex: 1;
  padding-left: 20px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.product-item-inner-title {
  color: var(--105fcb);
}

.product-item-inner-icon-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 9999;
  justify-content: flex-end;
  height: 50px;
  display: flex;
}

.product-item-inner-icon-b.img._100h {
  height: 100px;
}

.product-item-inner-icon-b.img._90h {
  height: 90px;
}

.product-item-inner-icon-b.img._120h {
  height: 120px;
}

.wrap {
  overflow-wrap: anywhere;
}

.product-item-inner-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  box-shadow: 2px 2px 10px #00000040;
}

.heading-5 {
  white-space: pre-line;
}

.product-item-inner-b-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  box-shadow: 2px 2px 10px #00000040;
}

.grid {
  grid-template-columns: auto;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 31px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 20px;
  }

  .container, .container.inner, .container.home-news {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    height: 80px;
  }

  .navbar-container {
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar-brand {
    height: 50px;
    display: flex;
  }

  .contact-b {
    height: 50px;
  }

  .link-block {
    padding: 15px 25px;
  }

  .home-banner-corner-b {
    height: 10vw;
  }

  .home-banner-bottom-gradient {
    height: 80px;
  }

  .home-num-row {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .home-num-col {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .home-about-row {
    flex-flow: column;
  }

  .home-about-col.title {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-b.gsm {
    width: auto;
  }

  .title-b-line, .title-b-line.white {
    height: 8px;
  }

  .home-about-col-line {
    width: 100%;
    height: 2px;
    margin: 40px 0%;
  }

  .home-about-col-inner-line {
    width: 100%;
    height: 1px;
  }

  .home-slogan-col {
    height: 10vw;
    max-height: none;
    display: flex;
  }

  .home-slogan-col._02, .home-slogan-col._03 {
    align-items: stretch;
  }

  .home-clientele-logo-row {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-left: 0;
    margin-right: 0;
  }

  .home-clientele-logo-col {
    padding-left: 0;
    padding-right: 0;
  }

  .home-products-row {
    flex-flow: column;
  }

  .home-products-col {
    padding-left: 0;
  }

  .home-products-col.info {
    width: 100%;
    max-width: none;
  }

  .link-btn-b.top-margin-80 {
    margin-top: 40px;
  }

  .home-new-b {
    padding: 10px;
  }

  .home-new-inner-b {
    background-position: 50%;
    border-radius: 30px;
  }

  .footer-b-bg {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .footer-b {
    padding: 60px 0;
  }

  .footer-info-row {
    flex-flow: column;
  }

  .footer-col-line {
    width: 100%;
    min-width: 100%;
    height: 2px;
    min-height: 2px;
    margin: 20px 0;
  }

  .footer-col-inner-line {
    width: 100%;
    height: 1px;
  }

  .copyright-col {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .menu-button {
    order: 9999;
  }

  .product-titile-row {
    flex-flow: column;
  }

  .product-titile-col.title {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-titile-col-line {
    width: 100%;
    height: 2px;
    margin: 40px 0%;
  }

  .product-item-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-item-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-item-title-b {
    margin-bottom: 0;
  }

  .product-item-title-icon-b {
    flex: none;
    width: 50px;
    height: 50px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .product-item-inner-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-item-inner-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
  }

  .section.date-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-top: 120px;
  }

  .body {
    font-size: 16px;
  }

  .navbar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link-b {
    display: none;
  }

  .navbar-link-b.m-show {
    background-color: var(--white);
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-full.m-hide {
    display: none;
  }

  .image-full.m-show {
    display: block;
  }

  .image-full.m-show._80-w {
    width: 70%;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .home-banner-bottom-gradient {
    height: 60px;
  }

  .title-b-line {
    height: 6px;
  }

  .home-about-key-row {
    grid-column-gap: 2%;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .home-about-key-col {
    flex: 0 auto;
    width: 48%;
  }

  .home-clientele-logo-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .home-clientele-logo-col {
    width: 60px;
  }

  .link-btn {
    padding: 15px 20px;
  }

  .home-products-item-img-b {
    flex: none;
    width: 45%;
    min-width: 150px;
    max-width: 250px;
  }

  .home-new-inner-b {
    background-position: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-info-row {
    font-size: 16px;
  }

  .footer-info-col._01 {
    min-width: auto;
  }

  .copyright-row {
    flex-flow: column;
  }

  .navbar-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product-item-row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .product-item-title-b {
    margin-bottom: 20px;
  }

  .product-item-title-icon-b {
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: flex;
  }

  .heading-2 {
    font-size: 18px;
  }

  .product-item-inner-col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-item-inner-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-link-b.m-show {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .home-banner-bottom-gradient {
    height: 40px;
  }

  .home-num-row {
    flex-flow: column;
  }

  .home-num-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-products-item-b {
    flex-flow: column;
  }

  .home-products-item-img-b {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 250px;
  }

  .home-new-b {
    border-width: 1px;
    border-radius: 20px;
    padding: 5px;
  }

  .home-new-inner-b {
    background-position: 20%;
    border-radius: 15px;
  }

  .footer-info-inner-row {
    flex-flow: column;
  }

  .navbar-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .home-products-item-img {
    object-fit: contain;
  }

  .product-item-row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .product-item-title-b {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-item-title-b.left {
    justify-content: flex-end;
    align-items: flex-start;
  }
}


