.bullet-in-blue > li::marker {
    content: "\2022";
    color: #0558AF;
    font-size: 30px;
    font-weight: bold;
}
.pcp-main-header-container{
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
.pcp-main-nav-orange{
    color:#FF5F1E;
}
.pcp-main-nav-blue{
    color: #0558AF;
}

.pcp-main-header-wrap-ul{
        display: flex;
        justify-content: space-around;
        /*align-items: center;*/
        align-content: center;
        flex-wrap: wrap;
        column-gap: 20px!important;
    }

/* Tablet from XD */
@media only screen and (max-width: 1024px) {
    .pcp-main-header-container {
        flex-direction: row;
    }
}

/* Small screen devices (600px and above) */
@media only screen and (max-width: 595px) {
    .pcp-main-header-container{
        flex-direction: row;
        align-items: center;
    }
}