
.mcc-home-header {
    display: flex;
    justify-content:center;
    gap: 16px;
    padding: 15px 24px;
    /* background-image: url("{% static 'images/commonbackground.png' %}"); */
}

.mcc-all-header {
    display: flex;
    justify-content:center;
    gap: 16px;
    padding: 15px 24px;
    /* background-image: url("{% static 'images/commonbackground.png' %}"); */
}

.mcc-home-header .header-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.mcc-home-header .header-logo-1 {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
}

.mcc-home-header .header-logo-21 {
    /* background-color: #6C0A09; */
}

.mcc-home-header .header-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
