.dark{
    background-color: #000!important;
}
.dark-card{
    background-color: #121212!important;
}
.text-upercase{
    text-transform: uppercase!important;
}
.no-decoration{
    text-decoration: none!important;
}
.profile-header {
    position: relative;
    height: 250px;
  }

  .cover-photo {
    height: 100%;
    overflow: hidden;
  }

  .cover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .profile-photo {
    position: absolute;
    bottom: -50px;
    left: 15px;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
  }

  .profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .profile-info {
    margin-top: 60px;
    margin-left: 130px;
  }

  @media (max-width: 576px) {
    .profile-photo {
      width: 80px;
      height: 80px;
      bottom: -40px;
    }

    .profile-info {
      margin-left: 110px;
      margin-top: 50px;
    }
  }

  .descript{
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    opacity: 0.8;
  }

  .item-non{
    font-size: 14px;
  }