.about-us {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 100px;
}
.about-us__title {
  text-transform: uppercase;
  font-size: 21px;
  color: #2D3E50;
  margin-bottom: 8px;
  font-weight: 600;
}
.about-us__vision {
  margin-top: 40px;
}
.about-us__vision-title {
  text-align: left;
}
.about-us__team {
  margin: 40px 0;
}
.about-us__team-title {
  text-align: left;
}
.about-us__container {
  padding: 16px 24px;
  margin-bottom: 16px;
}
.about-us__container img {
  margin-bottom: 4px;
}
.about-us__authors {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  line-height: 28px;
  margin: 16px 0;
}
.about-us__authors-details {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 24px;
  margin-right: 24px;
  flex: 1;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
}
.about-us__authors-details p {
  text-align: center;
}
.about-us__authors-details > * {
  margin-bottom: 24px;
}
.about-us__authors-img {
  border-radius: 50%;
  overflow: hidden;
  width: 124px;
  height: 124px;
  background: linear-gradient(135deg, #e2f1f2 0, #f6f3f1 100%);
}
.about-us__card {
  width: 50%;
  order: 2;
  padding: 24px 24px 24px 0;
  flex: 1;
}
.about-us__card h3,
.about-us__card ul,
.about-us__card li {
  margin-bottom: 8px;
}
.about-us__card li:last-child {
  margin-bottom: 0;
}
.about-us__testimonials-title {
  text-align: left;
}
.about-us__testimonial {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  line-height: 28px;
  margin: 16px 0;
}
.about-us__testimonial--details {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  width: 250px;
  background: #F8F8F8;
}
.about-us__testimonial--text {
  display: flex;
  padding: 16px;
  align-items: center;
  flex: 1 0 0;
}
.about-us__testimonial.hide {
  display: none;
}
.about-us__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us__button--testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: none;
  width: fit-content;
}
.about-us__responsible {
  margin: 40px 0;
}
.about-us__responsible-title {
  text-align: left;
}
.about-us__responsible-text {
  padding: 24px;
}
.about-us__responsible-icons {
  display: flex;
  height: 40px;
  margin-top: 24px;
}
.about-us__contact {
  text-align: left;
}
.about-us__contact-text {
  padding: 24px 24px 32px 24px;
}
.about-us__contact-container {
  margin-top: 32px;
  width: fit-content;
}
.about-us__contact-button {
  border-radius: 1000px;
  background: #DC2D26;
  color: #FFFFFF;
  padding: 8px 32px;
  text-transform: uppercase;
}
.about-us__stars {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.about-us__stars img {
  width: 10px;
}
.about-us__social {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.about-us__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.about-us__bold {
  font-weight: bold;
}
.about-us__border {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.about-us p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #475C63;
  margin-bottom: 16px;
  line-height: 28px;
}
.about-us p:last-child {
  margin-bottom: 0px;
}
.about-us p a {
  color: #16A0FF;
}
.about-us h2 {
  font-size: 18px;
  font-weight: 600;
  color: #2D3E50;
  margin-bottom: 16px;
}
.about-us h3 {
  font-size: 16px;
  color: #2D3E50;
  margin-bottom: 8px;
  line-height: 26px;
}
.about-us ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #475c63;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.about-us #showMoreButton {
  display: flex;
  color: #DC2D26;
  border: none;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.about-us #showMoreButton img {
  margin-left: 8px;
}
.about-us #linkedin {
  padding: 12px 11px 12px 12px;
}
.about-us #email {
  padding: 12px 10px 12px 11px;
}
.about-us #begambleaware {
  width: 154px;
  margin-left: 16px;
}

@media (max-width: 768px) {
  .about-us {
    margin-bottom: 80px;
  }
  .about-us__title {
    font-size: 17px;
  }
  .about-us__card {
    width: 100%;
    padding: 0 16px 16px 16px;
  }
  .about-us__card-title {
    text-align: left;
  }
  .about-us__authors {
    flex-direction: column;
  }
  .about-us__authors-img {
    width: 100px;
    height: 100px;
  }
  .about-us__authors-details {
    width: 100%;
    padding: 16px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .about-us__authors-details > * {
    margin-bottom: 16px;
  }
  .about-us__team, .about-us__responsible-gambling {
    margin: 24px 0;
  }
  .about-us__responsible-text {
    padding: 16px;
  }
  .about-us__contact-text {
    padding: 16px 16px 24px 16px;
  }
  .about-us__vision {
    margin-top: 24px;
  }
  .about-us__social {
    margin-bottom: 0;
  }
  .about-us__container {
    padding: 16px;
  }
  .about-us__testimonial--details {
    padding: 16px 32px;
    width: 100%;
  }
  .about-us h2 {
    font-size: 16px;
  }
  .about-us h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px;
  }
  .about-us p {
    line-height: 24px;
  }
}

/*# sourceMappingURL=about-us.css.map */
