body {
    margin: 0;
  }
  
  @font-face {
    font-family: "Rubik One";
    src: url("../fonts/RubikOne-Regular.woff2") format("woff2"), url("../fonts/RubikOne-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Ruda";
    src: url("../fonts/Ruda-Regular.woff2") format("woff2"), url("../fonts/Ruda-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  .team-block {
    overflow: hidden;
    max-width: 1480px;
    margin: 0 auto;
    padding: 50px 15px;
    box-sizing: border-box;
  }
  @media (min-width: 1200px) {
    .team-block {
      padding: 75px 20px;
    }
  }
  .team-block * {
    box-sizing: border-box;
  }
  .team-block .team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
  }
  
  .team-box {
    width: 100%;
    padding: 25px 7px;
    text-align: center;
  }
  @media (min-width: 480px) {
    .team-box {
      width: 50%;
    }
  }
  @media (min-width: 768px) {
    .team-box {
      width: 33.333%;
      padding: 35px 7px;
    }
  }
  @media (min-width: 1440px) {
    .team-box {
      width: 20%;
    }
  }
  .team-box .team-holder {
    height: 100%;
    background: #3d6e9a;
  }
  .team-box .image-holder {
    width: 100%;
    position: relative;
    border: 10px solid #3d6e9a;
    background: #1e1e1e;
  }
  @media (min-width: 1440px) {
    .team-box .image-holder {
      border-width: 16px;
    }
  }
  .team-box .image-holder img {
    width: auto;
    height: auto;
    max-height: 302px;
    max-width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .team-box .image-wrap {
    width: 100%;
    height: 260px;
  }
  .team-box .textbox {
    overflow: hidden;
    color: #fff;
    padding: 0 10px 16px;
  }

  .team-box h2 {
    margin: 0 0 7px;
    color: #fff !important;
    font-family: "Rubik One", Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
  @media (min-width: 1200px) {
    .team-box h2 {
      font-size: 21px !important;
    }
  }
  @media (min-width: 1440px) {
    .team-box h2 {
      font-size: 24px !important;
    }
  }
  .team-box .subtext {
    display: block;
    text-transform: uppercase;    
    color: #fff !important;
    font-family: "Ruda", Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }
  @media (min-width: 1200px) {
    .team-box .subtext {
      font-size: 15px !important;
    }
  }
  @media (min-width: 1440px) {
    .team-box .subtext {
      font-size: 16px !important;
    }
  }