@media (min-width: 769px) {
  .employee-mobile {
    display: none;
  }

  /* tekstfarge */
  .drawer-style.style-1 .awsm-grid-padding {
    color: #1a363b;
  }

  /* Boks, farge */
  .drawer-style.style-1>.awsm-grid-card .awsm-grid-list-item::before {
    border: 20px solid #f9ebd4;
  }

  /* Boks pil ned */
  .drawer-style.style-1 .awsm-grid-card.awsm-expanded .awsm-grid-list-item::after {
    border-top-color: #f9ebd4;
  }

  /* X */
  .drawer-style.style-1 .awsm-grid-close::after,
  .drawer-style.style-1 .awsm-grid-close::before {
    background: #ff8272;
  }

  .drawer-style.style-1 .awsm-personal-contact-info .awsm-social-icons span {
    border: 1px solid #f9ebd4;
  }

  /* Sosiale ikoner */
  .style-1 .awsm-grid-padding a {
    color: #1a363b;
  }

  .style-1 .awsm-grid-padding a:hover {
    color: #ff8272;
  }
}

@media (max-width: 768px) {
  .employee-desktop {
    display: none;
  }

  img.attachment-awsm_team {
    max-width: 100%;
  }

  /* tekstfarge */
  .awsm-contact-info p,
  .awsm-grid-wrapper .awsm-contact-details a,
  .awsm-social-icons,
  .awsm-social-icons a {
    color: #1a363b;
  }

  .awsm-contact-info p {
    margin-bottom: 20px;
  }

  .list-style .awsm-social-icons span {
    border: 0px;
  }

  .list-style .awsm-social-icons {
    font-size: 24px;
  }

  .awsm-grid.list-style>.awsm-grid-card {
    border-bottom: 0px solid #ff8272;
  }

  .list-style .awsm-personal-info h3 {
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.1;
  }
}