.tma-team-group {
    margin-bottom: 40px;
}

.tma-member {
    border-bottom: 1px solid #3C77B5;
    padding: 2.5rem 0px;
}

.tma-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tma-info {
    flex-grow: 1;
    margin-left: 3.3rem;
	line-height: 1.5rem;
}

.tma-toggle {
    background: none;
    border: none;
    font-size: 20px;
}

.tma-bio {
    display: none;
    padding: 1.5rem 0rem;
}

.tma-header button:focus button:hover {
    background-color: aliceblue;
}

.arrow-icon {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    display: inline-block;
}

.arrow-icon.rotated {
    transform: rotate(180deg);
}

.tma-toggle img {
    height: 1rem;
}

h2.heading-cls {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2B5B;
    letter-spacing: 2px;
	font-family: 'TikTok Fonr';
}
.team-head-cls {
    font-size: 2.5rem;
    color: #1E2B5B;
    font-family: 'TikTok Fonr';
}
.team-sub-head-cls {
    font-size: 1.125rem;
    color: #3C77B5;
	line-height: 1.5rem;
}
.elementor-shortcode .tma-team-group:last-child .tma-member:last-child {
    border: none;
}

@media only screen and (max-width: 767px) {
 .tma-header {
    display: grid;
	  position: relative;
 }
 .tma-info {
    margin-left: 0rem;
	margin-top: 2rem;
	line-height: 0.9rem;
 }
 .team-head-cls {
   line-height: 2.5rem;
   font-size: 2.188rem;
 }
 .tma-toggle img {
    float: inline-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  .custom-btn a {
    margin: 0rem -1rem !important;
    border: none !important;
  }
  .team-sub-head-cls {
    line-height: 1.5rem;
    font-size: 0.875;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tma-info {
    flex-grow: 1;
    margin-left: 3.3rem;
	line-height: 1.5rem;
  }
  .team-head-cls {
    line-height: 3.2rem;
  }
}