section.person .wrap-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px; }
  section.person .wrap-card .half {
    width: 100%; }
    section.person .wrap-card .half:nth-child(2) {
      padding: 12px 16px 16px 16px; }
    section.person .wrap-card .half .block-image {
      display: block;
      border-radius: 12px;
      width: 100%; }
    section.person .wrap-card .half h2 {
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      line-height: 29px;
      margin-bottom: 12px; }
    section.person .wrap-card .half .description {
      margin-bottom: 24px; }
      section.person .wrap-card .half .description p {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px; }
        section.person .wrap-card .half .description p:not(:last-child) {
          margin-bottom: 12px; }
    section.person .wrap-card .half .wrap-btn {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.person .wrap-card .half .wrap-btn .btn {
        width: auto;
        background: linear-gradient(to right, #FFEECC 4.29%, #AD9515 97.5%); }
        section.person .wrap-card .half .wrap-btn .btn .arrow {
          margin-left: 10px;
          padding: 5px; }
          section.person .wrap-card .half .wrap-btn .btn .arrow img {
            transition: all 0.3s ease-in-out; }
        section.person .wrap-card .half .wrap-btn .btn:hover .arrow img {
          transform: scale(1.2); }

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