
.pt-card{
    padding: 16px 24px;
    background: #1F1F1F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pt-left{
    display: flex;
    gap: 24px;
    align-items: center;
}
.pt-right a {
  border-radius: 28px;
  border: 1px solid #FFF;
  color: #FFF;
  height: 44px;
  padding: 0 20px;
  gap:4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Red Hat Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 17px;
}
.pt-links{
    display: flex;
    align-items: center;
    gap: 10px;
}

.pt-heading{
    font-family: var(--font);;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 4px;
}

.pt-links a{
    font-family: var(--font);;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width:768px){
    .pt-card{
        padding: 10px 16px;
    }
    .pt-heading{
        font-size: 14px;
        line-height: normal;
        padding-bottom: 4px;;
    }
    .pt-links{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .pt-left{

        gap:16px;
    }
    .pt-links a{
        font-size: 10px;
    }
    .pt-right a{
    font-size: 11px;height: auto;padding: 4px 18px;text-align: center;max-width: 100px;

    }
    .pt-right a svg{
      display:none;
    }
}
