.banner-about {
  padding-top: 25px;
}

@media only screen and (max-width: 800px) {
  .banner-about {
    padding: 0;
  }
}

blockquote {
  border-color: #b79364;
}

.justify-align {
  text-align: justify;
}

.tabs .indicator {
  background-color: #b79364;
}

.tabs .tab a {
  color: black;
  background-color: transparent;
  transition: ease 0.28s color, background-color 0.28s ease;
}

.tabs .tab a:hover {
  background-color: #b79364;
  color: white;
}

.tabs .tab a.active {
  background-color: transparent;
  color: black;
}

#title-about {
  padding-top: 25px;
}

#about3 {
  overflow-y: auto;
}

#about3::-webkit-scrollbar {
  width: 3px;
}

#about3::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 15px;
}

#about3::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 15px;
}

.collection-item:hover {
  background-image: linear-gradient(90deg, rgba(183, 147, 100, 0.7), white);
  cursor: default;
}

