
.privacy p {
    font-size: 18px;
    margin-bottom: 0px;
}
.privacy h4.title-top span{
    padding-bottom: 5px;
    border-bottom: #268bd2 5px solid;
}
.privacy .title {
    font-size: 20px;
    padding-left: 5px;
    border-left:#268bd2 5px solid;
    border-bottom:#268bd2 1px solid;
}
.privacy .content-chil {
    margin-left: 20px;
}
.privacy .content-chil .bottom{
    margin-left: 20px;
}
.privacy .content-chil .top h5{
    font-size: 18px;
}
.privacy .content-chil .top a{
    margin-left: -18px;
    font-size: 18px;
    color: #268bd2;
}
.privacy .content-chil .top ul{
    list-style-type: square;
    padding-left: 1rem !important;
}
.privacy .content-chil .bottom ul{
    list-style-type: square;
    padding-left: 1rem !important;
}
@media (max-width:415px) {

    .privacy .title {
        font-size: 18px;
    }
    .privacy .content-chil .top h5{
        font-size: 16px;
    }
    .privacy p {
        font-size: 16px;
    }
    .privacy .content-chil .top a{
        font-size: 16px;
    }
}
