.business__title {
  font-size: 34px;
  line-height: 120%;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
}

.business .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: white;
}

.business .swiper-pagination-bullet-active {
  background-color: #007a53;
}

/* business__furniture */
.business__furniture {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.business__furniture__left {
  width: 39%;
  display: flex;
  flex-direction: column;
}

.business__furniture__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 46px;
  line-height: 110%;
  color: #333333;
}

.business__furniture__description {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
}

.business__furniture__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 58%;
  justify-content: space-between;
}

.business__furniture__photo {
  width: calc(50% - 5px);
  margin: 0;
  border-radius: 5px;
}

.business__furniture__swiper {
  height: 197px;
  width: 100%;
  display: none !important;
}

.business__furniture__btn {
  background-color: #007a53;
  color: white;
  border-radius: 60px;
  padding: 24px 103px;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  max-width: 400px;
}

/* business__about-us */
.business__about-us {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 80px;
}

.business__about-us__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
}

/* business__benefits */
.business__benefits {
  /* margin-bottom: 80px; */
}

.business__benefits__content {
  display: flex;
  column-gap: 20px;
}

.business__benefits__left {
  width: 32.3%;
  flex-shrink: 0;
}

.business__benefits__right {
  width: 66.1%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.business__benefits__card {
  display: flex;
  background-color: #f8f8f8;
  padding: 20px;
  column-gap: 20px;
}

.business__benefits__card__img {
  width: 90px;
  height: 90px;
  margin: 0;
  margin-bottom: 20px;
}

.business__benefits__card__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 15px;
  color: #333333;
}

.business__benefits__card__description {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  color: #333333;
}

.business__benefits__card__content {
  display: flex;
  flex-direction: column;
}

.business__benefits__left.business__benefits__card {
  flex-direction: column;
}

.business__benefits__bottom {
  display: flex;
  column-gap: 20px;
}

.business__benefits__bottom .business__benefits__card {
  width: calc(50% - 10px);
}

.business__benefits__card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #333333;
}

/* business__choice */
.business__choice {
  padding-top: 80px;
  margin-bottom: 80px;
}

.business__choice__swiper {
  position: relative;
  height: 450px;
  width: 100%;
}

.business__choice__swiper .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
}

.business__choice__swiper .swiper-slide img {
  transition: transform 0.2s linear;
}

.business__choice__swiper .swiper-slide:hover {
  cursor: pointer;
}

.business__choice__swiper .swiper-slide:hover img {
  transform: scale(1.05, 1.05);
}

.business__choice__slide {
  position: relative;
}

.business__choice__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business__choice__name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 100;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: white;
  background-color: #007a53;
  padding: 15px 25px;
  border-radius: 60px;
}

.business__choice__swiper__button-next,
.business__choice__swiper__button-prev {
  position: absolute;
  top: calc(50% - 35px);
  z-index: 100;
}

.business__choice__swiper__button-next {
  right: 20px;
}

.business__choice__swiper__button-prev {
  left: 20px;
}

.business__choice__swiper__button-next:hover,
.business__choice__swiper__button-prev:hover {
  cursor: pointer;
}

.business__choice__swiper__button-next svg rect,
.business__choice__swiper__button-prev svg rect {
  transition: fill 0.2s linear;
}

.business__choice__swiper__button-next svg path,
.business__choice__swiper__button-prev svg path {
  transition: stroke 0.2s linear;
}

.business__choice__swiper__button-next:hover svg rect,
.business__choice__swiper__button-prev:hover svg rect {
  fill: #007a53;
}

.business__choice__swiper__button-next:hover svg path,
.business__choice__swiper__button-prev:hover svg path {
  stroke: white;
}

.business__choice__swiper__pagination {
  display: none;
}

/* business__form */
.business__form {
  max-width: 1000px;
  margin: 0 auto;
}
