.lp-grid {
  align-items: stretch;
}

.lp-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.lp-visual {
  width: 100%;
  height: 190px;
  min-height: 190px;
  overflow: hidden;
}

.lp-visual img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}

.lp-cardbody {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.lp-cardbody > p {
  min-height: 65px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lp-contact {
  min-height: 55px;
}

.lp-actions {
  margin-top: auto;
  padding-top: 14px;
}

.lp-profile-link:hover {
  color: #ef4b36;
}

.lp-profile {
  padding: 70px 6vw 100px;
  background: #f8f0e3;
}

.lp-profile-shell {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #22362e26;
  box-shadow: 10px 10px 0 #dfc7a9;
}

.lp-profile-cover {
  height: 380px;
  overflow: hidden;
  background: linear-gradient(135deg,#f0a65f,#e75e4b);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 80px;
}

.lp-profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-profile-content {
  padding: 45px;
}

.lp-profile-content h1 {
  font-size: clamp(44px,6vw,72px);
}

.lp-profile-columns {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 55px;
}

.lp-profile-description {
  font-size: 17px;
  line-height: 1.75;
}

.lp-profile-data {
  padding: 25px;
  background: #fffaf2;
}

.lp-profile-data p {
  padding-bottom: 12px;
  border-bottom: 1px solid #22362e1f;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .lp-profile-cover {height: 240px;}
  .lp-profile-content {padding: 25px;}
  .lp-profile-columns {grid-template-columns: 1fr;gap: 20px;}
}

@media (max-width: 620px) {
  .lp-cardbody > p,
  .lp-contact {
    min-height: auto;
  }
}
