.border-bottom-desc {
  border-bottom: 0.5px solid;
  border-image-source: linear-gradient(90deg, rgba(197, 129, 49, 0) 0%, #C58131 46.87%, rgba(197, 129, 49, 0) 100%);
}

.about-us .desc-text {
  max-width: 768px;
}

.about-us.primary {
  background-color: var(--bs-bg-one);
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img {
  height: 305px;
}

@media screen and (max-width:599px) {

  .about-us .border-right-secondary {
    border-right: none;
  }
}

.about-us.white img {
  filter: grayscale(100%);
}