.icon_menu {
  width: 2.5rem;
  height: 1.5rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}


    /*Profile Card 5*/
  .profile-card-5{
      margin-top:20px;
  }
  .profile-card-5 .btn{
      border-radius:2px;
      text-transform:uppercase;
      font-size:12px;
      padding:7px 20px;
  }
  .profile-card-5 .card-img-block {
      width: 91%;
      margin: 0 auto;
      position: relative;
      top: -20px;
      
  }
  .profile-card-5 .card-img-block img{
      border-radius:5px;
      box-shadow:0 0 10px rgba(0,0,0,0.63);
  }
  .profile-card-5 h5{
      color:#000000;
      font-weight:600;
  }
  .profile-card-5 p{
      font-size:14px;
      font-weight:300;
  }
  .profile-card-5 small{
      font-size:11px;
      font-weight:300;
  }
  .profile-card-5 .btn-primary{
      background-color:#4E5E30;
      border-color:#4E5E30;
  }

  .profile-card-5 .card-button {
      display: flex;
      justify-content: center;
      padding: 10px 0;
      width: 100%;
      background-color: #1F487E;
      color: #fff;
      border-radius: 0 0 8px 8px;
  }

  .profile-card-5 .card-button:hover {
      text-decoration: none;
      background-color: #1D3461;
      color: #fff;

  }
