﻿
.icon-bar {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 2;
}

.PDPABigBG {
    background-size: cover;
    background-image: url("../asset/PDPA.jpg");
}

.PDPATitle {
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 72px;
    color: #00AF9D;
}

.privacyDesc {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 34px;
    color: #484848;
}

.PDPASubTitle {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-decoration-line: underline;
    color: #484848;
}

p {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #484848;
}

b {
    color: #484848;
}