.wapper-breadcrumb {
    min-height: 72px;
    background: white;
    display: flex;
    align-items: center;
    .rank-math-breadcrumb p {
        margin-bottom: 0;
        a {
            color: #333;
            font-family: Roboto;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        span {
            color: #333;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}
