.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.team-top .content-wrap {
  padding: 1em 10%;
}
.team-top .content-wrap h1 p {
  margin-bottom: 0.2em;
}
.team-top .content-wrap .main-text {
  margin: 1.5em 0 1.6em 0;
}
.team-top .content-wrap img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .team-top .content-wrap {
    padding: 0.75em 2%;
  }
  .team-top .content-wrap h1 {
    margin-bottom: 0.2em;
  }
  .team-top .content-wrap .subtitle span {
    font-size: 1em;
  }
  .team-top .content-wrap .main-text {
    padding: 0 2%;
  }
}
.team-list .row {
  padding-top: 2em;
}
.team-list h2 {
  padding: 0 5%;
  padding-bottom: 1em;
}
.team-list p.list-title {
  padding-bottom: 1em;
}
.team-list .investor-title {
  padding-top: 1em;
}
.team-list .team-wrap {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.member {
  display: inline-block;
  vertical-align: top;
  background-color: #f6f5f4;
}
.member p.name {
  padding-top: 0.5em;
}
.member p.about {
  padding-bottom: 0.5em;
}
.member .the-text-wrap {
  padding: 0.5em 5%;
}
.member .the-text-wrap .company-title {
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .member {
    width: 90%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .member {
    width: 45%;
    margin: 0 1.5%;
    margin-bottom: 2em;
  }
  .member .a-box:before {
    padding-top: 200%;
  }
  .member .the-text-wrap {
    padding: 0.5em 5%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .member {
    width: 45%;
    margin: 0 1.5%;
    margin-bottom: 2em;
  }
  .member .the-text-wrap {
    padding: 0.5em 5%;
  }
}
@media only screen and (min-width: 960px) {
  .member {
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 2em;
  }
}
.our-culture .section-title {
  margin-bottom: 0.5em;
}
.our-culture .title-wrap {
  padding: 2em 0 4em 0;
}
.our-culture .values .value-box {
  padding: 1.25em 5% 1.5em 5%;
}
.our-culture .values .value-box p {
  padding-right: 6%;
  padding-top: 0.1em;
}
.our-culture .values .value-box .line-box {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 50px;
}
.our-culture .values .value-box .line-box .line {
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: absolute;
  left: -30px;
  bottom: 3px;
}
.our-culture .values .value-box h3 {
  display: inline-block;
}
.our-culture .values .what-box {
  padding: 0.25em 5% 1.5em 5%;
}
.our-culture .values .what-box p {
  padding-right: 20%;
  padding-top: 0.25em;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .our-culture .values .value-box .line-box .line {
    width: 40px;
    height: 40px;
    left: -24px;
    bottom: 3px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1299px) {
  .our-culture .values .value-box .line-box .line {
    width: 50px;
    height: 50px;
    left: -30px;
    bottom: 3px;
  }
}
