.c_logo {
    width:200px;
    position: relative;
    top: 10px;
    height: auto;

}

.fill-gray-100{
   fill: #f3f4f6bd;  
}

@media screen and (max-width: 768px) {
    .c_logo {
        position: relative;
        top: 9px;
        width: 144px;
    }
}
