.furstore-page-about-us *,
.furstore-page-about-us ::after,
.furstore-page-about-us ::before {
  box-sizing: border-box;
}

.furstore-page-about-us ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.furstore-page-about-us .list-inline-item {
  display: inline-block;
}

.furstore-page-about-us .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.furstore-page-about-us .img-fluid {
  max-width: 100%;
  height: auto;
}

.furstore-page-about-us .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.furstore-page-about-us * {
  outline: 0;
}

.furstore-page-about-us .mb-5 {
  margin-bottom: 5px !important;
}

.furstore-page-about-us .font-900 {
  font-weight: 900 !important;
}

.furstore-page-about-us .font-800 {
  font-weight: 800 !important;
}

.furstore-page-about-us .font-700 {
  font-weight: 700 !important;
}

.furstore-page-about-us .font-600 {
  font-weight: 600 !important;
}

.furstore-page-about-us .font-500 {
  font-weight: 500 !important;
}

.furstore-page-about-us .font-400 {
  font-weight: 400 !important;
}

.furstore-page-about-us .font-300 {
  font-weight: 300 !important;
}

.furstore-page-about-us .respone_image {
  position: relative;
}

.furstore-page-about-us .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-page-about-us i {
  display: inline-block;
}

html[dir="rtl"] .furstore-page-about-us .our_story-groups .block_item .our_story_grid .row_before .date span:before {
  border-width: 12.5px 7px 12.5px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

html[dir="rtl"] .furstore-page-about-us .our_story-groups .block_item .our_story_grid .row_before.flex-row-reverse .date span:before {
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #f5f5f5;
}

.furstore-page-about-us .PageAboutUs .block_img img {
  border-radius: 20px;
}

.furstore-page-about-us .block_quote {
  border-radius: 20px;
  padding: 44px 20px;
}

.furstore-page-about-us .block_quote .cos-content {
  padding: 0 17px;
}

.furstore-page-about-us .block_quote .cos-content .icon-quote {
  margin-right: 28px;
  margin-top: 15px;
  min-width: 40px;
}

html[dir="rtl"] .furstore-page-about-us .block_quote .cos-content .icon-quote {
  margin-left: 28px;
  margin-right: initial;
}

.furstore-page-about-us .block_quote .cos-content .item_author {
  font-weight: 600;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .furstore-page-about-us .cos-3 {
    flex: 0 0 21%;
    max-width: 21%;
  }

  .furstore-page-about-us .cos-9 {
    flex: 0 0 79%;
    max-width: 79%;
  }
}

.furstore-page-about-us .title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--title-text-color);
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .furstore-page-about-us .item_content span {
    font-size: 13px !important;
    line-height: 24px !important;
  }
}

@media (max-width: 575px) {
  .furstore-page-about-us .block_quote .cos-img {
    padding: 0;
  }
}