.description1 {
  font-size: 1.35rem;
}

.description2 {
  font-size: 0.875rem;
}

.btn-report {
  border-radius: 24px;
  font-size: 0.875rem;

  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(224, 122, 0, 1);
  --bs-btn-border-color: rgba(224, 122, 0, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(224, 122, 0, 1);
  --bs-btn-hover-border-color: rgba(224, 122, 0, 1);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(224, 122, 0, 1);
  --bs-btn-active-border-color: rgba(224, 122, 0, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(224, 123, 0, 0.8);
  --bs-btn-disabled-border-color: rgba(224, 123, 0, 0.8);
}

.description3 {
  font-size: 0.875rem;
  font-weight: bold;
}

.highlighter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 0.775rem;
  fill: rgba(224, 122, 0, 0.451);
  z-index: -1;
}

.two-lines {
  position: absolute;
  bottom: 0;
}

.description4 {
  font-size: 0.875rem;
  color: white;
}

.circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 430px;
  height: 430px;
  fill: rgba(224, 122, 0, 1);
  z-index: -1;
  max-width: 100%;
}

.slide {
  padding: 0 calc(50% - 125px);
  mix-blend-mode: normal;
  overflow-x: scroll;
}

.slide::-webkit-scrollbar {
  display: none;
}

.slide-item {
  height: 212px;
}

.slide-item-text {
  height: 40px;
  background-color: #fff;
  font-size: 0.775rem;
  font-weight: bold;
  white-space: nowrap;
}

.btn-outline-report2 {
  border-radius: 24px;
  font-size: 0.875rem;

  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(224, 122, 0, 1);
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(224, 122, 0, 1);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(224, 122, 0, 1);
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(224, 123, 0, 0.8);
  --bs-btn-disabled-border-color: #fff;
}

.click {
  margin-left: -25px;
}

.card-img-left {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.btn-outline-company {
  border-radius: 0px;
  font-size: 0.875rem;
  border-width: 2px;

  --bs-btn-color: rgba(224, 122, 0, 1);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: rgba(224, 122, 0, 1);
  --bs-btn-hover-color: rgba(224, 122, 0, 1);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: rgba(224, 122, 0, 1);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: rgba(224, 122, 0, 1);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: rgba(224, 122, 0, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(224, 122, 0, 1);
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: rgba(224, 122, 0, 1);
}

.article {
  text-align: left;
}

.article-title {
  font-size: 0.825rem;
  font-weight: bold;
}

.article-text {
  font-size: 0.775rem;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pickup-card-text {
  font-size: 0.775rem;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pickup-card-lg-text {
  -webkit-line-clamp: 5 !important;
}

.more {
  font-size: 0.775rem;
}

@media (min-width: 992px) {
  .description1 {
    font-size: 2.25rem;
  }

  .description2 {
    font-size: 1.2rem;
  }

  .btn-report {
    font-size: 1.2rem;
  }

  .article-title {
    font-size: 1.2rem;
  }

  .article-text {
    font-size: 1rem;
    -webkit-line-clamp: 6;
  }
}
