@media only screen and (min-width: 1024px) {
  section.person .wrap-card {
    flex-direction: row;
    align-items: stretch; }
    section.person .wrap-card .half:first-child {
      width: 400px; }
      section.person .wrap-card .half:first-child img {
        object-fit: cover;
        height: 100%; }
    section.person .wrap-card .half:nth-child(2) {
      flex: 1;
      padding: 24px 24px 24px 30px; }
    section.person .wrap-card .half h2 {
      font-weight: 500;
      font-size: 32px;
      line-height: 48px;
      text-align: left; }
    section.person .wrap-card .half .description p {
      font-size: 20px;
      line-height: 32px; }
    section.person .wrap-card .half .wrap-btn {
      justify-content: flex-start; } }

/*# sourceMappingURL=block-person-desk.css.map */