.aboutcompany-module-action {
  position: relative;
  padding: 50px 0;
}

.aboutcompany-module-action .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutcompany-module-action .about-block {
  max-width: 500px;
}

.aboutcompany-module-action .about-block .logo {
  position: relative;
  width: 100%;
  height: 136px;
  margin: 0 0 50px 0;
  display: block;
  background: url(/public/img/prostars-logo-new-2025.svg) no-repeat center center;
  background-size: contain;
}

.aboutcompany-module-action .artist-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background: #fff;
  margin-left: 60px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.13), 0 2px 4px 0 rgba(136, 136, 136, 0.2);
  box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.13), 0 2px 4px 0 rgba(136, 136, 136, 0.2);
}

.aboutcompany-module-action .artist-block .title {
  font-weight: 500;
  margin: 0 0 20px 0;
  font-size: 1.2rem;
}

.aboutcompany-module-action .artist-list {
  position: relative;
  overflow-y: auto;
  max-height: 380px;
}

.aboutcompany-module-action .artist-list .artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 0 50px 0;
}

.aboutcompany-module-action .artist-list .artist:after {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
}

.aboutcompany-module-action .artist-list .artist .photo {
  width: 110px;
  height: 140px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: block;
}

.aboutcompany-module-action .artist-list .artist .photo-src {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.aboutcompany-module-action .artist-list .artist .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 20px;
}

.aboutcompany-module-action .artist-list .artist .name {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.aboutcompany-module-action .artist-list .artist .about {
  position: relative;
  margin: 16px 0 0 0;
  max-height: 100px;
  overflow: hidden;
  line-height: 1.3;
  color: #6f6f6f;
}

.aboutcompany-module-action .show-more {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.aboutcompany-module-action .show-more .material-icons {
  font-size: 14px;
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.aboutcompany-module-action .show-more .material-icons:before {
  content: "double_arrow";
}
