.pcp-view {
    align-items: center;
    border-radius: 30px;
    display: flex;
}

.pcp-text {
    margin-right: 30px;
}

.pcp-text:last-child {
    margin-right: 0px;
}

@media screen and (max-width:480px) {
    .pcp-view {
        display: flex;
        flex-wrap: wrap;
    }
}