.tx-dgvcard {
  text-align: center;
  background: white; }
  .tx-dgvcard section {
    padding: 2rem;
    border-bottom: 2px solid #ededed; }
    .tx-dgvcard section.socialmedia {
      border-bottom: 0; }
  .tx-dgvcard h1, .tx-dgvcard h2, .tx-dgvcard p {
    margin-bottom: 1rem; }
    .tx-dgvcard h1:last-child, .tx-dgvcard h2:last-child, .tx-dgvcard p:last-child {
      margin-bottom: 0; }
  .tx-dgvcard h1 {
    font-size: 2.35em;
    font-weight: normal; }
  .tx-dgvcard h2 {
    font-size: 1.8em; }
  .tx-dgvcard .logo {
    width: 100%;
    height: auto;
    max-width: 9.375rem;
    margin-bottom: 1.25rem; }
  .tx-dgvcard p + p .btn {
    margin-top: 0; }
  .tx-dgvcard .btn {
    font-size: 1em; }
    .tx-dgvcard .btn.btn-default {
      background: #ededed;
      font-weight: normal;
      padding: 0.7rem 1.75rem;
      margin-bottom: 1rem;
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
      transition: 0.3s all 0s; }
      .tx-dgvcard .btn.btn-default:last-child {
        margin-bottom: 0; }
      .tx-dgvcard .btn.btn-default:hover {
        color: white;
        background: black; }
    .tx-dgvcard .btn.btn-big {
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 1em;
      font-weight: bold; }
    .tx-dgvcard .btn i {
      margin-right: 0.5rem; }
  .tx-dgvcard .name .image {
    border-radius: 50%;
    margin-bottom: 1rem;
    width: 150px;
    height: auto; }
.tx-dgvcard .description .desc {
  max-width: 600px;
  margin: 0 auto; }
.tx-dgvcard .address p {
  line-height: 1.5em; }
.tx-dgvcard .socialmedia a {
  display: inline-block;
  background: black;
  color: white;
  border-radius: 50%;
  margin: 0 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5em;
  transition: 0.3s all 0s; }
  .tx-dgvcard .socialmedia a:hover {
    background: #ededed;
    color: black; }
.tx-dgvcard .list {
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto; }
  .tx-dgvcard .list h1 {
    margin-bottom: 2rem; }
  .tx-dgvcard .list a {
    display: block;
    border: 1px solid black;
    padding: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1.2em;
    color: black;
    text-decoration: none;
    transition: 0.3s all 0s; }
    .tx-dgvcard .list a:hover {
      background: #ededed; }
