.cpap__prescription-contact {
  padding-bottom: 40px;
  h3 {
    color: #2e2e2e;
    margin: 0 0 24px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .cpap__prescription-contact__list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .cpap__prescription-contact__list-item {
    width: calc(50% - 16px);
    box-shadow: 0px -4px 66px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #fff;
    padding: 16px 20px 20px 20px;
    @media (max-width: 820px) {
      width: 100%;
      padding: 20px;
    }
    .cpap__prescription-contact__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      .cpap__prescription-contact__icon-container {
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .cpap__prescription-contact__icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      a {
        @media (max-width: 767px) {
          display: none;
        }
      }
    }
    a {
      background-color: #f6f5f0;
      height: 48px;
      padding: 12px 32px 12px 32px;
      min-width: 180px;
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
      text-decoration: none;
      color: #2e2e2e;
      border-radius: 27px;
      text-align: center;
      display: block;
      span {
        position: relative;
        &::before {
          content: '';
          position: absolute;
          bottom: -4px;
          height: 1px;
          width: 100%;
          background: #ff600a;
        }
      }
    }
  }
  .cpap__prescription-contact__title-icon {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .cpap__prescription-contact__details {
    span {
      font-size: 14px;
      line-height: 24px;
      color: #2e2e2e;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
    }
    ul {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 18px;
      margin: 8px 0 0 0;
      @media (max-width: 1180px) {
        gap: 8px 0;
      }
      li {
        width: calc(50% - 9px);
        color: #2e2e2e;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        @media (max-width: 1180px) {
          width: calc(100%);
        }
      }
    }
    a {
      display: none;
      @media (max-width: 767px) {
        display: block;
        height: 46px;
        margin-top: 12px;
        padding-top: 9px;
      }
    }
  }
}
