.about-banner {
  position: relative;
  padding: 260px 0;
  background: url(../images_new/about/about_banner.png) no-repeat center;
  background-size: cover;
}

.about-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-banner .new_container {
  position: relative;
  z-index: 3;
}

.about-text {
  position: relative;
  /* padding: 40px 0; */
  overflow: hidden;
}



.partner-card {
  position: relative;
  padding: 20px 24px;
  border-radius: 12px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 1px 2px #0000000D;
  box-shadow: 0px 0px 1px 2px #0000000D;
  margin-top: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.partner-card figure {
  margin-bottom: 16px;
}

.partner-card figure img {
  width: 148px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto;
}

.partner-card .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--violet);
  background: #D2D9FFCC;
  margin-bottom: 10px;
  font-size: 15px;
}

.partner-card:hover {
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width:767px) {
  .about-text .tabs_lst{
    margin-top: 24px;
  }
  .about-text .tabs_lst .tab{
    font-size: 12px;
    min-width: auto;
  }
  .about-banner {
    padding: 100px 0;
  }
  .about-text{
    padding-top: 10px;
  }
}