.business-brand .service-detail__intro-title {
  max-width: 560px;
  width: 100%;
  text-align: right;
}
.business-brand__item {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .business-brand__item {
    flex-direction: column;
  }
}
.business-brand__img {
  flex: 0 0 auto;
  max-width: 200px;
  flex-shrink: 0;
}
.business-brand__content {
  color: var(--color-white);
  flex-grow: 1;
}
.business-brand__content-header {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.business-brand__content-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .business-brand__content-title {
    font-size: 18px;
  }
}
.business-brand__content-arrow {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.business-brand__content-arrow::before {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.8025 2.00231C23.8025 0.897405 22.9053 0.000218639 21.8004 0.00021729L7.65757 0.000215351C6.55266 0.000215246 5.65547 0.897402 5.65547 2.00231C5.65547 3.10722 6.55266 4.0044 7.65757 4.0044L16.9742 4.0044L0.590574 20.388C-0.191701 21.1703 -0.191701 22.4343 0.590574 23.2166C1.37285 23.9988 2.63686 23.9988 3.41914 23.2166L19.8027 6.83297L19.8027 16.1496C19.8027 17.2545 20.6999 18.1517 21.8048 18.1517C22.9097 18.1517 23.8069 17.2545 23.8069 16.1496L23.8069 2.00673L23.8025 2.00231Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.business-brand__content-desc p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-transform: uppercase;
}

/*# sourceMappingURL=d2c-business.css.map */
