.about-Soul .footer {
   background-image: none;
}

.about-Soul .certificate {
  background-image: url("../images/about-us.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .about-us .header{
    background-position: 60%;
  }

  .about-Soul .header{
    background-position: 46%;
  }
}

.about-us .is-expanded p {
  height: 170px;
  overflow-y: scroll;
  padding-inline-end: 0.5rem
}

.card .card__body p::-webkit-scrollbar {
  height: 5px;
  width: 5px
}

.card .card__body p::-webkit-scrollbar-thumb,
.card .card__body p::-webkit-scrollbar-track {
  border-radius: 92px;
}

.card .card__body p::-webkit-scrollbar-thumb {
   background:  #05AC6D
}

.card .card__body p::-webkit-scrollbar-track {
  background:  #ddd
}
