.image-cover{width:100%;height:400px;border-radius:.5rem;overflow:hidden;margin-bottom:2rem}.image-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hr-mail{color:#fa1682;text-decoration:none}.title{font-size:24px;font-weight:700;margin-bottom:10px}.custom-accordion{border-radius:6px;width:100%;margin:20px auto}.accordion-item{background:#fff;margin:6px 0;border-radius:6px;border:1px solid #ddd;overflow:hidden}.accordion-title{cursor:pointer;padding:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,96.5%,.867);color:#780096;-webkit-transition:background .2s;transition:background .2s}.accordion-title:hover{background:#f0e6fa}.accordion-content{padding:16px;background:#fff;color:#333;-webkit-animation:fadeIn .2s;animation:fadeIn .2s}.accordion-content ul{margin:10px 0 0 0;padding-left:20px;list-style:disc}.accordion-content li{margin-bottom:8px}.footer p{margin-bottom:4px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}