@media (max-width: 991px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
}
.furstore-section-group-image-text .respone_image {
  position: relative;
}
.furstore-section-group-image-text .row {
  margin-left: 0;
  margin-right: 0;
}
.furstore-section-group-image-text .image-overlay {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
.furstore-section-group-image-text .respone_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f5f5f5;
  -o-object-fit: cover;
  object-fit: cover;
}
.furstore-section-group-image-text .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .furstore-section-group-image-text .btn {
    transition: none;
  }
}
.furstore-section-group-image-text a:focus, .furstore-section-group-image-text a:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
}
.furstore-section-group-image-text .btn:focus,
.furstore-section-group-image-text .btn:hover {
  text-decoration: none;
}
.furstore-section-group-image-text .btn.focus,
.furstore-section-group-image-text .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.furstore-section-group-image-text .btn.disabled,
.furstore-section-group-image-text .btn:disabled {
  opacity: 0.65;
}
.furstore-section-group-image-text .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.furstore-section-group-image-text a.btn.disabled {
  border: none;
  padding: 0;
  margin: 0;
}
.furstore-section-group-image-text .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear,
    border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.furstore-section-group-image-text .btn:hover {
  background-color: var(--color-second);
}
.furstore-section-group-image-text .btn:hover a {
  color: #fff;
}
.furstore-section-group-image-text .btn.btn-secondary {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}
.furstore-section-group-image-text .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (min-width: 1200px) {
  .furstore-section-group-image-text .btn {
    font: 400 1.2rem var(--font-family);
  }
  .furstore-section-group-image-text .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }
  .furstore-section-group-image-text .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }
  .furstore-section-group-image-text .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .furstore-section-group-image-text .btn {
    min-width: 60px;
    height: 36px;
  }
  .furstore-section-group-image-text .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }
  .furstore-section-group-image-text .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }
  .furstore-section-group-image-text .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}
.furstore-section-group-image-text .btn.disabled,
.furstore-section-group-image-text .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.furstore-section-group-image-text .btn:focus {
  outline: 0;
  box-shadow: none;
}

.furstore-section-group-image-text .featured-text {
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

html[dir="rtl"] .furstore-section-group-image-text .featured-text {
  left: 4rem;
  right: initial;
}

@media (min-width: 768px) {
  .furstore-section-group-image-text .featured-text .item-desc {
    max-width: 305px;
  }
}

@media (max-width: 767px) {
  .furstore-section-group-image-text .btn {
    font-size: 14px;
  }
  .furstore-section-group-image-text .featured-text {
    position: static !important;
    transform: translateY(0);
    padding: 0;
    margin-bottom: 15px;
  }
  
  .furstore-section-group-image-text .item-desc {
    margin-bottom: 10px;
  }

  .mt-sm-40 {
    margin-top: 10px !important;
  }
}

.furstore-section-group-image-text .item-text {
  /* padding: 0 3.5rem; */
}

@media (max-width: 1199px) {
  .furstore-section-group-image-text .item-text {
    padding: 0;
  }
  #okki-section-furstore_nov_group_img_text_2c2129b6.distance .col-lg-6.mt-md-30.mt-sm-40{margin-top: 15px;}
}

.furstore-section-group-image-text .item-heading {
  color: var(--title-text-color);
  font-size: clamp(18px, 1.15vw, 22px);
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.furstore-section-group-image-text .item-desc {
  color: var(--text-color);
  margin-bottom: 16px;
}

.furstore-section-group-image-text .item-desc p {
  font-size: clamp(14px, 0.85vw, 16px);
}


@media (max-width: 767px) {
  .furstore-section-group-image-text .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  #okki-section-furstore_nov_group_img_text_58fb49d2.distance .mt-md-40 {
    margin-top: 14px !important;
  }

  .mt-md-40 {
    margin-top: 20px !important;
  }
}


@media (max-width: 576px) {
    .furstore-section-group-image-text .btn {
        font-size: 12px;
        height: 25px;
    }
}