div.profile-card {
  position: relative;
	background: var(--cryomate-beige, #EDE8DB);
	border-radius: 10px;
}

.profile-card__title,
.profile-card__h4 {
	font-family: "TT Commons" !important;
  font-size: 17px;
  font-weight: 700;
	line-height: 1;
	text-align: left;
}

.profile-card .profile-accordion__content,
p.profile-card__p {
  font-family: "TT Commons"  !important;
  font-size: 17px;
  font-weight: 450;
  line-height: 24px;
  text-align: left;
}

.profile-card .profile-accordion__content {
	padding: 15px 0 10px 0;
}

/* ~ Mobile ~ */
@media (max-width: 899px) {
  div.profile-card {
    padding: 14px 18px;
/* 	  padding: 0 18px */
  }
}

/* ~ DESKTOP ~ */
@media (min-width: 900px) {
  div.profile-card {
    padding: 22px 27px;
/* 	  padding: 0 27px; */
  }
}
