
.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{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}
.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-right a,.pt-links a{
        font-size: 10px;
    }
}
