.team-2 .container {
  text-align: center;
  border-radius: 20px; }

.team-2 .icon {
  position: relative;
  bottom: 11px; }

.team-2 .profile {
  margin: 2rem 0; }
  .team-2 .profile img {
    padding: 1rem 3rem;
    max-width: 100%;
    border-radius: 50%; }

.team-2 .card {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgba(var(--bs-body-color-rgb), 0.2); }

.team-2 .card-body {
  position: relative;
  bottom: 35px; }

.team-2 .btn {
  margin-top: 36px;
  margin-bottom: 45px;
  background-color: #AB47BC;
  border: none;
  color: #fff; }

.team-2 .btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff; }

.team-2 .header {
  padding-top: 40px; }

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px; }

.social-link:hover, .social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555; }
