
/* ABOUT PAGE STYLE */
  /* icons */
  .project-customers-logos div{
     margin: 16px 24px 20px 0;
   }
  .project-customers-logo-tokenget {
    width: 176px;
  }
  .project-customers-logo-google, .project-customers-logo-amazon  {
    width: 130px;
  }

  .project-customers-logo-mastercard {
    margin-top: -20px;
    width: 89px;
  }
  .project-customers-logo-zenogram {
    width: 174px;
  }

  .investors-advisors-desc ul li::before {
    padding-top: 0!important;
  }

  .image-investors {
  width: 200px;
  }
  .team-container {
    max-width: 1100px!important;
  }

  .team-images {
    width: 237px;
  }

  .are-you-our-next-conteiner {
    border-top-left-radius: 50px;
    background-color: #E9DEFC;
    width: 237px;
    height: 205px;
  }

  .are-you-our-next-conteiner .icon-team-member {
    position: relative;
    z-index: 1;
    left: 93px;
    top: 75px;
  }

  .img-profil {
    width: 95px;
    margin-top: -130px;
  }

  .text-profil::before{
    color: #5800ff;
    content: open-quote;
    position: relative;
    font-size: 3.75rem;
    bottom: 14px;
    left: 0%;
    font-weight: bold;
  }

  .text-profil p{
    margin-top: -45px;
    font-size: 1.625rem;
    font-family: "Styrene A Regular";
    color: #1B004E;
  }

  .top-graphic-lilla-small {
    top: 3rem;
    left: -2.525rem;
    height: 100.95px;
    width: 117.95px;
  }

  .bottom-graphic-green-small {
    top: -5.3rem;
    left: -1.625rem;
    height: 100.95px;
    width: 117.95px;
  }

  .years-funky-box {
    color: #5800FF;
    font-family: "Styrene A Regular";
    font-size: 24px;
    font-weight: bold;
  }

  .font-size-p-2 {
    color: #1B004E;
   font-family: "Quicksand Medium";
   font-size: 20px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 26px;
  }

  .border-dashed-left {
    display: block;
    width: 2px;
    height: 52px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%239963FEFF' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  }

  .minus-t-margin-220 {
    margin-top: -220px;
  }

  .image-left-funky-box {
    position: relative;
    top: 370px;
    left: -150px;
    width: 200px;
  }

  .top-graphic-width-img {
    top: 244px;
  }

  @media (max-width: 994px) {
  .image-investors {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .image-investors-container {
    margin-right: 50px;
  }

}


@media (max-width: 768px) {
  .image-left-funky-box {
    top: 35px!important;
    left: 7%!important;
  }

  .image-investors-container {
    margin-right: 0px;
   }
}

/* team images */

.team-image-container {
  width: 237px;
  height: 204px;
  margin-bottom: 14px;
}

.team-image-container img {
  display: block;
    width: 204px;
    height: 204px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    border-radius: 50%;
    margin: auto;
}

/* END ABOUT PAGE */
