.vet-form-container{
  display:flex;
  flex-direction:column;

}
.vet-form-row{
   display: flex;
   flex-direction:row;
   padding: 5px;
}
.profile-card-container-box{
  display:flex;
  flex-direction:column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-family: arial;
  background-color: #1A5E6B;
  padding: 2ch;
  color: #fff;
  border-radius: 15px;
}
.profile-card-header-row{
  display:flex;
  flex-direction:row;
}
.profile-card-header-row-items{
  display:flex;
  flex-direction:column;

}
.profile-card-header-row-items h3, h4{box-sizing: border-box;line-height: 1;font-weight: lighter;font-size: 14px;}

.profile-card-desc-row{

}
.profile-card-header-row img{
    border-radius: 8px;
    width: 100px;
height: 100px;
  	border-radius: 50%;
  }
.profile-card-header-row-items h1,h2 {
  font-weight: 500;
  margin: 0px 0px 3px 0px;
}

.profile-card-header-row-items h1 {
  font-size: 18px;
  font-weight: 600;
}

.profile-card-header-row-items h2 {
  font-size: 14px;
}


.profile-card-header-row-items  p {
  margin: 0px;
}
.profile-blurb{
  font-size: 14px;
}
.profile-card-header-row-items  h4 {
				color: #7F00FF;
				  font-size: 12px;
font-weight: bold;
			}
