     
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: right;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
   font-weight: 700;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.accordion.active i::before {
    content: "\f068" !important;
}
.accordion i {
    font-size: 12px !important;
    padding-left: 10px !important;
}
.panel p {
    line-height: 30px;
    font-size: 12pt;
    line-height: 35px;
    text-align: justify;
}
.Introduction {
    text-align: justify;
    line-height: 35px;
}