.about-card {
  background-color: #bff355;
  width: 100%;
  padding: 3.5rem 3rem 4.875rem 3rem;
  margin-bottom: 6.25rem;
}
@media only screen and (min-width: 992px) {
  .about-card {
    height: calc(100% - 30px);
    margin-bottom: 0;
  }
}
.about-card .title {
  font-size: 2.25rem;
  margin-bottom: 3.75rem;
  font-family: "roobert_medium";
}
@media only screen and (min-width: 992px) {
  .about-card .title {
    font-size: 2.438rem;
    margin-bottom: 1.25rem;
  }
}
.about-card .desc {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-family: "roobert_regular";
}
@media only screen and (min-width: 768px) {
  .about-card .desc {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-card .desc {
    font-size: 2.4rem;
    font-family: "roobert_medium";
  }
}
@media only screen and (min-width: 1200px) {
  .about-card .desc {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .about-card .desc {
    font-size: clamp(2.4rem, 1.8vw + 0.5em, 3.25rem);
  }
}
.about-card .btn-learn-light span {
  font-family: "roobert_regular";
}
@media only screen and (min-width: 992px) {
  .about-card .btn-learn-light span {
    font-family: "roobert_light";
    height: auto;
    padding: 0;
    border: 0;
    min-height: 50px;
  }
}
.about-card-d {
  display: none;
}
@media only screen and (min-width: 992px) {
  .about-card-d {
    display: block;
  }
}

.mobile-aboutus-card {
  display: block;
}
@media only screen and (min-width: 992px) {
  .mobile-aboutus-card {
    display: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .people-listing .card-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .people-listing .card-panel .card-inner {
    align-items: flex-start;
  }
  .people-listing .card-panel .card-inner img {
    object-fit: contain;
  }
}
.people-listing .mobile-social-icons-wrapper {
  display: block;
  width: 100%;
}

#divProcessingPeopleSearchResult, #divProcessingNewsSearchResult {
  margin: 50px auto;
}

.about-card-btn a:not(:has(span)) {
  background-color: #bff355;
  padding: 0.8rem 6.5rem 0.8rem 2rem;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
}
.about-card-btn a:not(:has(span)):hover {
  background-image: none;
  background-position: initial;
  color: inherit;
}
.about-card-btn a {
  border: 0.25rem solid #243508;
  padding: 0.8rem 6.5rem 0.8rem 2rem;
  transition: all 0.4s ease;
  height: auto;
  font-size: 2.5rem;
  line-height: 4rem;
  font-family: "roobert_light";
  padding-top: 0;
  padding-bottom: 0;
}
.about-card-btn a span {
  border: 0;
  padding: 0;
  height: auto;
  min-height: 46px;
  display: flex !important;
  align-items: center;
}
.about-card-btn a:after {
  transition: all 0.4s ease;
}
.about-card-btn a:hover:after {
  transform: translateY(-50%) rotate(45deg);
}