.row#privacy-policy {
    background: url('../../img/institutional/privacy-policy_background.jpg') no-repeat right top;
    background-size: 46.8%;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
}
.intro {
    width: 75%;
    margin: 2em 0;
    text-align: justify;
    text-shadow: 0px 0px 4px rgb(255, 255, 255);
    color: #363636;
}
.box {
    margin: 2.2em 0;
    color: #363636;
    font-weight: 400;
    box-shadow: 0px 3px 26px #00000029;
    border-radius: 8px;
    padding: 2em;
    background-color: white;
}
.box h3, .box h5 {
    font-weight: 700;
    color: #07BEBB;
}
.card-header {
    background-color: white;
}
.card-title {
    font-weight: 500;
}
.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';  
    content: "\f078";
    float: right; 
    font-weight: 900;
    color: #07BEBB;
}
.accordion .card-header.collapsed:after {
    content: "\f053"; 
    font-weight: 900;
    color: #07BEBB;
}
.fas.fa-asterisk {
    font-size: 10px;
    margin-right: 10px;
    color: #07BEBB;
}
#buttons {
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
    font-size: .9em;
}
#buttons a {
    color: white;
}
#buttons #right {
    border-radius: 0 32px 32px 0;
    background: #07BEBB;
    border-left: 2px solid white;
    padding: 10px;
}
#buttons #left {
    border-radius: 32px 0 0 32px;
    background: #088D8B;
    border-right: 2px solid white;
    padding: 10px;
}
#buttons i {
    margin-right: 10px;
    color:rgba(255, 255, 255, 0.466);
}
