.officer-carousel-hidden,
.survey-wb h1 {
    display:none;
}

.fa-reprole-icon {
    display:block;
    margin:0 auto;
    font-size:140px;
    margin-bottom:20px;
}

a[href$=".pdf"]::before {
   font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
}

a[href$=".docx"]::before {
   font-family: "Font Awesome 5 Free";
    content: "\f1c2";
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
}

a[href$=".pptx"]::before, a[href$=".ppt"]::before {
   font-family: "Font Awesome 5 Free";
    content: "\f1c4";
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
}