.profile {
  box-shadow: -2px 14px 12px -5px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-bottom: 50px;
}
.profile img {
  max-width: 80%;
}
.profile:hover {
  background-color: #f3f3f3;
}
.profile .profile-details {
  height: 3em;
}
.profile .btn-specific {
  background: #459729;
  color: white;
  width: 320px;
  vertical-align: baseline;
}
.profile .big-text {
  font-size: 1.3em;
  font-weight: bold;
  color: #009a9e;
}
.profile .profile-explanation {
  padding: 20px;
  font-size: 0.8em;
  /* text-align: justify; */
  height: 10em;
}
.profile .profile-details .big-text {
  font-size: 1em;
  font-weight: bold;
  color: black;
}
.profile .profile-title .big-text {
  padding-bottom: 30px;
}
.profile .btn {
  margin-top: 0px;
}
.profile-table {
  margin-top: 50px;
}
.profile-table th {
  font-family: 'Montserrat';
  font-weight: 100;
}
.profile-table th.product-name {
  color: #009a9e;
  font-size: 1.5em;
  font-family: 'Montserrat';
  font-weight: normal;
}
.profiles {
  padding-top: 50px;
}
.profile-content {
  padding: 10px;
  height: 100%;
}
.profile-content img {
  padding-bottom: 20px;
  max-height: 200px;
}
