.about-content > .elementor .elementor-section .elementor-heading-title {
  font-family: minerva-modern, sans-serif !important;
}
.about-wrapper {
  position: relative;
}
.about-members-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url("../images/wave-dark-red.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
}
.about-content-wrapper {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 180px;
  z-index: 999;
}
.about-info-wrapper {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 280px;
  z-index: 999;
}

.about-info-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url("../images/wave-black.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
}
.about-info {
  padding: 0 40px;
  display: flex;
  box-sizing: border-box;
}
.about-info-list {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
.about-info-list-item {
  margin: 0 0 25px 0;
  font-size: 40px;
  font-family: obviously-extended, monospace;
  text-transform: uppercase;
  font-weight: 100;
  color: black;
  cursor: pointer;
}
.about-info-list-item.active,
.about-info-list-item:hover {
  font-weight: 400;
}
.about-info-list-item:last-child {
  margin-bottom: 0;
}

.about-info-content-wrapper {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.about-info-content {
  width: 100%;
  color: #1a1a1a;
  display: none;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  /* transition: all 0.3s ease-in-out; */
}
.about-info-content.show {
  display: block;
}
.about-info-content.active {
  opacity: 1;
}

.about-info-content-title {
  font-size: 28px;
  margin: 0;
}
.about-info-content-text {
  margin: 40px 0 0 0;
  font-size: 18px;
}

.about-content,
.about-members,
.about-info {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  font-family: minerva-modern, sans-serif !important;
  font-weight: 400;
  font-size: 18px;
}
.about-members-wrapper {
  background-color: #1b1b1b;
  position: relative;
  padding-bottom: 180px;
  z-index: 999;
}
.about-members {
  padding: 100px;
  color: white;
  box-sizing: border-box;
  position: relative;
}
.about-members-list {
  margin-top: 100px;
  width: 100%;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 60px;
  position: relative;
  border-bottom: 1px solid white;
}
.about-members-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.about-members-list::-webkit-scrollbar {
  height: 2px;
  width: 10px;
}
.about-members-list::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  height: 2px;
}
.about-members-list::-webkit-scrollbar-thumb {
  background: white;
  border: none;
  height: 1px;
  border-radius: 0;
}
.about-members-list::-webkit-scrollbar-thumb:hover {
  background: white;
}
.about-members-list-item {
  width: 25%;
  padding: 0 10px;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.about-members-list-item-image {
  padding-top: 150%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-members-list-item-name {
  color: #404040;
}

.about-members-list-item-title {
  color: #a8a8a8;
}

.about-members-arrows {
  position: absolute;
  right: 100px;
  bottom: 120px;
  display: flex;
}
.about-members-arrows-left {
  width: 10px;
  height: 20px;
  background-image: url("../images/arrow-left-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 40px;
  cursor: pointer;
}
.about-members-arrows-right {
  width: 10px;
  height: 20px;
  background-image: url("../images/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* Elementor */
.about .elementor-heading-title {
  font-family: minerva-modern, sans-serif !important;
}
.about-content > .elementor .elementor-button-info {
  width: auto;
}
.about-content
  > .elementor
  .elementor-button-info
  .elementor-widget-container
  .elementor-button-link {
  font-family: minerva-modern, sans-serif !important;
  position: relative;
  padding-bottom: 2px;
}
.about-content
  > .elementor
  .elementor-button-info
  .elementor-widget-container
  .elementor-button-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #575757;
  transition: all 0.3s ease-in-out;
}
.about-content
  > .elementor
  .elementor-button-info
  .elementor-widget-container
  .elementor-button-link:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .about-members-list-item {
    width: 50%;
  }
  .about-info-list-item {
    font-size: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .about-members {
    padding: 100px 20px;
  }
  .about-content-wrapper {
    padding-bottom: 50px;
  }
  .about-members-list-item {
    width: 100%;
    padding: 0;
  }
  .about-members-arrows {
    right: 20px;
  }
  .about-members-list-item img {
    width: 100% !important;
    height: auto !important;
  }
  .about-info {
    flex-direction: column;
  }
  .about-info-list {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .about-info-content-wrapper {
    padding: 0;
    width: 100%;
  }
  .about-info-list-item {
    font-size: 20px;
    margin: 20px 0;
  }
  .about-info-list-item:first-child {
    margin-top: 0;
  }
  .about-info-list-item {
    margin-bottom: 0;
  }
  .about-info-wrapper {
    padding-bottom: 200px;
  }
  .about-info-content-title {
    font-size: 20px;
  }
  .about-info-content-text {
    margin-top: 30px;
  }
}
