.policy{
    padding: 80px 0;
}

.tvs-head p {
    color: #474341;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Askhar';
    text-align: center;
    margin-bottom: 50px;
    width: 83%;
    margin: 0 auto 30px;
}

.personal-head {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.per-t p {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Askhar';
    margin-bottom: 10px !important;
}

.perso-bot-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.perso-1 {
    display: flex;
    gap: 10px;
}

.per-box {
    width: 10px;
    height: 10px;
    background-color: #444444;
    border-radius: 100%;
    margin-top: 7px;
}