.l-hero-new-home__heading-m {
  font-size: 60px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .l-hero-new-home__heading-m {
    font-size: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .l-hero-new-home__heading-m {
    font-size: 7vw;
  }
}

.odoo {
  background-color: #F6F7F9;
}
.odoo h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .odoo h2 {
    margin-bottom: 1.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo h2 {
    margin-bottom: 4vw;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: 0;
    text-align: center;
  }
}
.odoo__text {
  margin-bottom: 24px;
  color: #515162;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .odoo__text {
    margin-bottom: 2vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__text {
    margin-bottom: 6vw;
    font-size: 4vw;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .odoo br {
    display: none;
  }
}
.odoo__image {
  width: 100%;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .odoo__image {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__image {
    display: none;
  }
}
.odoo__image img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.odoo__image-mobile {
  width: 100%;
  margin-bottom: 6vw;
  display: none;
}
@media screen and (max-width: 600px) {
  .odoo__image-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.odoo__image-mobile img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.odoo__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .odoo__features {
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__features {
    gap: 6vw;
  }
}
.odoo__feature {
  width: 384px;
  padding: 24px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
  position: relative;
}
@media screen and (max-width: 1150px) {
  .odoo__feature {
    width: calc(32% - 1vw);
    padding: 2vw;
    border-radius: 1.66vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .odoo__feature {
    width: 100%;
    padding: 6vw 6vw 6.75vw;
    border-radius: 6vw;
    -webkit-box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
.odoo__feature:before {
  content: "";
  width: 149px;
  height: 135px;
  background-image: url("../images/ecommerce-platform/feature-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1150px) {
  .odoo__feature:before {
    width: 12.41vw;
    height: 11.25vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__feature:before {
    width: 37.25vw;
    height: 33.75vw;
  }
}
.odoo__feature-icon {
  margin-bottom: 8px;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .odoo__feature-icon {
    margin-bottom: 0.66vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__feature-icon {
    margin-bottom: 2vw;
    width: 16vw;
    height: 16vw;
  }
}
.odoo__feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.odoo__feature-title {
  margin-bottom: 8px;
  color: #151536;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .odoo__feature-title {
    margin-bottom: 0.66vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__feature-title {
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }
}
.odoo__feature-text {
  color: #707381;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .odoo__feature-text {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .odoo__feature-text {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=../sourcemaps/page-customer-support.css.map */
