
h2{

margin-bottom: 15px;

}


.card1 {
  padding: 2.5rem 2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .5);
  max-width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  margin: 1rem;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}
.card1::before,
.card1::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.card1::before {
  width: 100%;
  height: 100%;
  border: 1px solid #808080;
  border-radius: 10px;
  top: -.7rem;
  left: -.7rem;
}
.card1::after {
  height: 15rem;
  width: 15rem;
  background-color: #5f1c6b;
  top: -8rem;
  right: -8rem;
  box-shadow: 2rem 6rem 0 -3rem #FFF
}

.card1 img {
  box-shadow: 0 0 0 5px #FFF;
  max-width: 100%;
}

.infos {
  margin-left:0rem;
      margin-top:1em;
}

.name {
  margin-bottom: 1rem;
  text-align: center;
padding-left: 9px;
padding-right: 9px;
}
.name h2 {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;


}
.name h4 {
  font-size:0.75em;
  color: #333;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.text1 {
  font-size: 1rem;
  margin-bottom: 1rem;
}


/*.links button {
  font-family: 'Poppins', sans-serif;
  min-width: 120px;
  padding: .5rem;
  border: 1px solid #222;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all .25s linear;
}
.links .follow,
.links .view:hover {
  background-color: #222;
  color: #FFF;
}
.links .view,
.links .follow:hover{
  background-color: transparent;
  color: #222;
}*/

@media screen and (max-width: 450px) {
  .card1 {
    display: block;
  }
  .infos {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .links button {
    min-width: 100px;
  }
}