.main {
  width: 100%;
  margin-top: 123px; }

.team {
  width: 100%;
  background: #daf2f2;
  padding: 0 0 8% 0; }
  .team .top {
    background: #212f3c;
    padding: 5% 0 15% 0;
    border-radius: 0 0 150px 150px;
    margin-bottom: -10%; }
    .team .top div {
      width: calc(100% - 200px);
      margin: 0 auto; }
      .team .top div img {
        width: 40%; }
  .team .show {
    width: calc(100% - 200px);
    margin: 0 auto; }
  .team .box {
    width: calc(50% - 24px);
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    margin: 10px; }
    .team .box .left {
      float: left;
      width: 30%;
      max-width: 300px; }
    .team .box div {
      float: right;
      width: calc(70% - 100px);
      margin: 0 50px;
      line-height: 20px; }
      .team .box div img {
        float: right;
        margin-top: 10%; }
      .team .box div span {
        margin: 23% 0 3% 0;
        display: block;
        font-weight: bold;
        font-size: 18px; }
      .team .box div p {
        line-height: 32px; }

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .team .box div {
    font-size: 16px; }

  .team .box div span {
    margin: 15% 0 3% 0; }

  .team .box div p {
    line-height: 26px; } }
@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .team .box div {
    font-size: 14px; }

  .team .box div span {
    margin: 10% 0 3% 0; }

  .team .box div img {
    display: none; } }
@media screen and (min-width: 0) and (max-width: 1000px) {
  .team .show {
    width: calc(100% - 100px); }

  .team .box {
    width: calc(100% - 24px); } }

/*# sourceMappingURL=team.css.map */
