.b-logo {
    font-family: "Baloo Bhai 2", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 60px;
}
.b-logo .khissu {
    color: #01196f;
    position: relative;
}
.b-logo .khissu .i-dot {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #d87500;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 73px;
}
.b-logo .news {
    color: #d87500;
    margin-left: 5px;
}

@media (max-width: 1024px){
    .b-logo{
        font-size: 45px;
    }
    .b-logo .khissu .i-dot{
        width: 9px;
        height: 9px;
        top: 13px;
        left: 54px;
    }
}
@media (max-width: 767px){
    .b-logo{
        font-size: 40px;
	justify-content: center;
    }
    .b-logo .khissu .i-dot{
        width: 8px;
        height: 8px;
        top: 12px;
        left: 49px;
    }
}