.contact_employee_shortcode {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .contact_employee_shortcode .employee {
    display: flex;
    align-items: flex-end; }
    .contact_employee_shortcode .employee .info {
      font-size: 20px;
      line-height: 33px;
      text-align: right;
      letter-spacing: 0.44px;
      padding-right: 29.5px;
      border-right: 1px solid #56a638; }
      @media (max-width: 1635px) {
        .contact_employee_shortcode .employee .info {
          font-size: 16px;
          line-height: 26px; } }
      .contact_employee_shortcode .employee .info .name {
        font-weight: 700; }
      .contact_employee_shortcode .employee .info .title {
        text-transform: uppercase;
        color: #56a638;
        margin-bottom: 7px; }
      .contact_employee_shortcode .employee .info a {
        text-decoration: none;
        color: #000000;
        font-size: 20px;
        line-height: 33px; }
        @media (max-width: 1635px) {
          .contact_employee_shortcode .employee .info a {
            font-size: 16px;
            line-height: 26px; } }
    .contact_employee_shortcode .employee .background_image {
      height: 169px;
      width: 169px;
      padding: 0;
      margin: 0;
      margin-left: 29.5px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 50% 20%; }

@media screen and (max-width: 768px) {
  .contact_employee_shortcode {
    justify-content: center; } }

