.business-bg {
}

.business-global {
  padding: 120px 31px;
  gap: 48px;
}

.business-left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 40%;
}

.business-left-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.business-box {
  margin: 0;
}

.business-text {
  text-align: left;
  white-space: nowrap;
}

.business-desc {
  font-family: "Roboto";
  color: #194185;
}

.business-btn {
  align-self: flex-start;
}

.business-right {
  width: 60%;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.business-right-list {
  margin: 0;
  gap: 24px;
}

.business-right-item {
  border: 2px solid #eaecf0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 30px;
  padding: 24px;
  width: calc(50% - 12px);
}

.business-right-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.business-right-item-title {
  font-family: "Roboto";
  font-size: var(--text-size-3);
  font-weight: 500;
  color: #194185;
}

.business-right-item-desc {
  font-family: "Roboto";
  font-size: var(--text-size-2);
  color: #194185;
  text-align: center;
}

.business-right-item-icon img {
  width: 60px;
  height: 60px;
}
.business-right-item.flag {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 24px;
  border: none;
  min-height: 180px;
  justify-content: flex-end;
  background-size: 120% auto;
  background-position: center -120%;
  background-repeat: no-repeat;
  backdrop-filter: blur(100px);
}

.business-right-item.flag::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(209, 0, 0, 0) 26%,
    rgba(209, 0, 0, 0.5) 42%,
    #b20000 69%
  );
  z-index: 1;
}

.business-right-item.flag::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(298.78deg, #ffaa00 -0.01%, #d00000 99.89%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

.business-right-item.flag * {
  position: relative;
  z-index: 2;
  color: #fff;
}

.business-right-item.flag .business-right-item-content {
  text-align: center;
}
@media (min-width: 1301px) and (max-width: 1429px) {
  .business-right-item.flag {
    background-size: 145% auto;
    background-position: center -68%;
  }

  .business-right-item.flag::before {
    background: linear-gradient(
      180deg,
      rgba(209, 0, 0, 0) 37%,
      rgba(209, 0, 0, 0.5) -8%,
      #b20000 45%
    );
  }
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .business-text {
    white-space: wrap;
  }

  .business-right-item.flag {
    background-size: 120% auto;
    background-position: center -10%;
  }

  .business-right-item.flag::before {
    background: linear-gradient(
      180deg,
      rgba(209, 0, 0, 0) 36%,
      rgba(209, 0, 0, 0.5) 38%,
      #b20000 44%
    );
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .business-text {
    white-space: wrap;
  }
  .business-right-item.flag {
    background-size: 135% auto;
    background-position: center 0%;
  }
  .business-right-item.flag::before {
    background: linear-gradient(
      180deg,
      rgba(209, 0, 0, 0) 30%,
      rgba(209, 0, 0, 0.4) 44%,
      #b20000 53%
    );
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .business-global {
    flex-direction: column;
  }

  .business-left,
  .business-right {
    width: 100%;
  }

  .business-right-item.flag {
    background-size: 120% auto;
    background-position: center -60%;
  }

  .business-right-item.flag::before {
    background: linear-gradient(
      180deg,
      rgba(209, 0, 0, 0) 44%,
      rgba(209, 0, 0, 0.5) 49%,
      #b20000 60%
    )
  }

  .business-text {
    white-space: wrap;
  }

  .business-btn {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .business-global {
    padding: 33px 0;
    flex-direction: column;
    gap: 32px;
  }

  .business-left,
  .business-right {
    width: 100%;
  }

  .business-box {
    margin: 0 auto;
  }

  .business-text {
    text-align: center;
    white-space: wrap;
  }

  .business-left-title {
    gap: 18px;
  }

  .business-desc {
    text-align: center;
  }

  .business-btn {
    align-self: center;
  }

  .business-right {
    gap: 18px;
  }

  .business-right-list {
    gap: 18px;
  }

  .business-right-item {
    gap: 16px;
  }

  .business-right-item-icon img {
    width: 40px;
    height: 40px;
  }

  .business-right-item-desc {
    font-size: var(--text-size-1);
  }

  .business-right-item.flag {
    min-height: 280px;
    background-size: 120% auto;
    background-position: center -40%;
    padding: 20px;
    border-radius: 24px;
  }

  .business-right-item.flag::before {
    background: linear-gradient(
      180deg,
      rgba(209, 0, 0, 0) 30%,
      rgba(209, 0, 0, 0.4) 45%,
      #b20000 80%
    );
  }

  .business-right-item.flag::after {
    border-radius: 24px;
  }
}

@media (max-width: 576px) {
  .business-right-item.flag {
    background-size: 160% auto;
    background-position: center 100%;
    height: 180px;
  }

  .business-right-list {
    flex-direction: column;
  }

  .business-right-item {
    width: 100% !important;
    height: auto;
    justify-content: center;
  }

  .business-right-item.flag::before {
    background: linear-gradient(
      180deg,
      rgba(209, 0, 0, 0) 51%,
      rgba(209, 0, 0, 0.4) 60%,
      #b20000 66%
    );
  }
  .business-right-item.flag > .business-right-item-icon {
    width: 115%;
    height: 80%;
  }
  .business-right-item.flag > .business-right-item-icon img {
    width: 100%;
    height: 80%;
  }
}
