/*content*/
.nexcard-content-bg-container {
  text-align: center; 
  display: flex; 
  align-items: stretch; 
  justify-content: center;
}
.nexcard-content-template-v1 > div {
  width: 50%;
  min-height: 100vh;
  display: grid;
  justify-content: center;
  align-content: center;
  padding-top: 50px;
  padding-bottom:50px;
}
.nexcard-content-inner-header-text {
  margin: 0px;
}
.nexcard-element-header1 {
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.nexcard-element-header2 {
  margin: 0px auto;
}
.nexcard-content-item {
    display: flex;
    margin: 15px 0px;
    align-items: center;
}
.nexcard-content-icon {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.vcard .nexcard-accordion-title {
    padding-left: 0px;
}
.nexcard-element-header1 {
    margin: 0px;
}
.nexcard-content-value {
    font-size: 18px;
    margin-left: 10px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nexcard-content-value a {
    font-weight: 600 !important;
}
.nexcard-content-label {
    font-weight: 500;
    color: #888;
    font-size: 15px;
}
.nexcard-content-item.custom-link .nexcard-content-label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.nexcard-avatar_card {
    transition: box-shadow .2s, opacity .2s;
    position: absolute;
    transform-origin: center;
    will-change: transform;
    z-index: 2;
    right: 5%;
    top: 50px;
    width: 27%;
    padding-top: 27%;
    border-radius: 50%;
}
.nexcard-avatar_card img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 2px 4px 0 rgba(22, 29, 37, .1);
    border-radius: 50%;
}
.nexcard-content-content-container {
    padding: 35px 30px;
}
.nexcard-content-container.show_shadow {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.15); 
}
.nexcard-content-container {
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
}
/*media*/
@media only screen and (max-width: 767px) {
  .nexcard-content-template-v1 > div {
    width: 100%;
    min-height: 50vh;
  }
  .nexcard-content-bg-container {
    display: block;
  }
  .nexcard-content-button {
    align-items: stretch;
    justify-content: center;
    display: flex;
  }
  .nexcard-button-hover {
    margin: auto;
  }
}