ul {
    list-style: none;
}
ul li::before {
    content: "\2022"; 
    color:#D0006F;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
/* li {
    font: normal normal normal 15px/22px Helvetica;
} */
.doc__description > span {
    font: normal normal normal 15px/20px Helvetica;
}
.panelist {
    background: #3C1053 0% 0% no-repeat padding-box; 
    margin: 1rem -15px 0 -15px;
}
.panelist p {
    color: #ffffff
}
.panelist__wrapper div {
    max-width: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
}
.panelist__wrapper > div > img {
    width: 128px; 
    height: 128px;
}
.footer_layout {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.programOverview{
    display: flex;
}
.overviewText {
    width: 70%;
    margin-right: .5rem;
}

@media screen and (max-width: 600px ){

    .panelist__wrapper > div > img {
        width: 90px; 
        height: 90px;
    }
    div > p{
font-size: 0.6rem;
    }

}
@media screen and (max-width: 540px ){
    .overviewText {
        width: 100%;
    }
    .panelist{
        background: #3C1053 0% 0% no-repeat padding-box; 
        margin: 1rem -15px -1rem -15px;
    }

    .topics{
        padding: 0.5rem 1rem 1rem 1rem !important;
        margin-left: 0 !important;
    }
    .panelist__wrapper > div:nth-child(1) {
        width: 50%;
    }
    .panelist__wrapper > div:nth-child(2){
        width: 50%;
    }
    .panelist__wrapper > div:nth-child(3){
        width: 45%;
    }
    .panelist__wrapper > div:nth-child(4){
        width: 55%;
    }
    .footer_layout > div > p {
        font: normal normal normal 9px/12px Arial !important;
        white-space: nowrap;
    }
    .astrazenecaImg {
        width: 80px !important;
        height: 20px !important;
    }
    .calquenceImg {
        width: 80px !important;
        height: 40px !important;
    }
    .footer_layout > div{
        margin-left: -0.5rem;
    }
    .programOverview{
        display: inherit;
    }
    .programOverview > div {
        width: auto;
    }
    .btn{
        width: 50% !important;
    }


}



