.sr-cards-team-03 .team-card {
    background-color: #fff;
    position: relative;
    width: 100%;
    border: solid 1px;
    border-color: #e5e7ea;
    text-align: center;
    height: 100%;
    overflow: hidden;
}
.sr-cards-team-03 .team-column {
    margin-top: 78px;
}
.sr-cards-team-03 .team-card .card-user-img {
    width: 100%;
    height: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
}
.sr-cards-team-03 .card-text-wrapper .card-title {
    font-weight: 500;
    line-height: 1.563rem;
    margin-bottom: 0.625rem;
}
.sr-cards-team-03 .team-card:hover .card-text-wrapper {
    transform: translateY(0);
}
.sr-cards-team-03.stg-mod .team-card .card-text-wrapper .card-content-wrapper {
  z-index: 2;
  position: relative;
  background: #528aaeb5;
  height: auto;
  top: 65%;
  min-height: 82px;
  justify-content: center;
}
.sr-cards-team-03 .card-link-wrapper {
    display: block;
    width: 100%;
}
.sr-cards-team-03.stg-mod .team-card .card-text-wrapper .card-title {
  color: #fff;
  margin-bottom:0;
}
@media (min-width: 768px) {
    .sr-cards-team-03.stg-mod .team-card .card-text-wrapper {
        position: absolute;
      {#   top: 0; #}
        left: 0;
        width: 100%;
        right: 0;
        bottom: 5%;
  {#    transform: translateY(101%); 
        transition: 0.3s all;#}
    }
  
  {#
    .sr-cards-team-03 .team-card .card-text-wrapper:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: var(--primary);
        opacity: 0.8;
        z-index: 1;
    }
  #}
    .sr-cards-team-03 .team-column:nth-child(-n+3) {
        margin-top: 48px;
    }
}
@media (max-width: 767px) {
  .sr-cards-team-03.stg-mod .team-card {
    display: flex;
    flex-direction: column;
  }
    .sr-cards-team-03.stg-mod .team-card .card-text-wrapper {
    height: 100%;
  }
  .sr-cards-team-03.stg-mod .team-card .card-text-wrapper .card-content-wrapper {
    justify-content: center;    position: unset; height: 100%;   background: #528aae;
  }
    .sr-cards-team-03 .intro-section {
        padding-bottom: 2.778rem;
    }
    .sr-cards-team-03 h5.card-title {
        font-size: 1.128rem;
        line-height: 1.389rem;
        margin-bottom: 0;
    }
    .sr-cards-team-03 .card-text {
        font-size: 0.903rem;
        line-height: 1.319rem;
    }
    .sr-cards-team-03 .team-column {
        margin-top: 78px;
    }
}
.sr-cards-team-03 .section-content .row > div {
    margin-bottom:30px;
}

@media (max-width: 575px) {
    .sr-cards-team-03 .team-card {
        width: 80%;
        margin: 0 auto;
    }
}