.highlight{
    font-weight: bold;
}

.purpose{
    margin: 50px 0;
}
.purpose p{
    text-indent: 20px;
}

.types-of-branding{
    margin: 50px 0;
}

.types-of-branding ol{
    margin-left: 90px;
}

.types-of-branding ol li::marker{
    font-size: 25px;
}

.types-of-branding ol ol li::marker{
    font-size: 14px;
}


.example-of-branding-strategy ol, .branding-process-steps ol{
    margin-left: 80px;
}

 .example-of-branding-strategy ol li::marker, .branding-process-steps ol li::marker{
    font-size: 15px;
}

@media screen and (max-width:700px) {
    .types-of-branding ol{
        margin-left: 40px;
    }
}

@media screen and (max-width:440px) {

    .blog-details ol  h1{
        font-size: 20px;
    }

    .types-of-branding ol li::marker{
        font-size: 20px;
    }
    
}