
.arn-team-item {
    margin-bottom: 40px;
    text-align: center;
  }
  .arn-team-item .team-img {
    width: 100%;
    height: 359px;
    margin: 0 auto;
    max-width: 269px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-team-item .team-img:before {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .arn-team-item .team-img .team-social {
    left: 0;
    top: 40%;
    right: 0;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .arn-team-item .team-img .team-social a {
    opacity: 0;
    color: #fff;
    margin: 0px 15px;
    visibility: hidden;
    display: inline-block;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .arn-team-item .team-img .team-btn {
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    bottom: -50px;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-team-item .team-img .team-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 40px;
    display: inline-block;
    border: 2px solid #fff;
  }
  .arn-team-item .team-img .team-btn a:hover {
    color: #000;
    background-color: #fff;
  }
  .arn-team-item .team-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .arn-team-item:hover .team-img {
    height: 315px;
  }
  .arn-team-item:hover .team-img:before {
    opacity: 1;
    visibility: visible;
  }
  .arn-team-item:hover .team-img .team-social {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  .arn-team-item:hover .team-img .team-social a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .arn-team-item:hover .team-img .team-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .arn-team-item:hover .team-img .team-social a:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .arn-team-item:hover .team-img .team-social a:nth-child(3) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .arn-team-item:hover .team-img .team-social a:nth-child(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .arn-team-item:hover .team-img .team-btn {
    opacity: 1;
    bottom: 30px;
    visibility: visible;
  }
  
  @media screen and (max-width: 480px) {
    .arn-team-title h3 {
      font-size: 30px;
    }
  }