﻿.c-layout-header .c-brand {
    margin: 0px 0 37px 0 !important;
}

.round-logo-100 {
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Match height to width for a perfect circle */
    border-radius: 50%; /* Makes the image round */
    object-fit: cover; /* Ensures the image fits within the circle */
    overflow: hidden;
}

.round-logo-65 {
    width: 65px; /* Adjust size as needed */
    height: 65px; /* Match height to width for a perfect circle */
    border-radius: 50%; /* Makes the image round */
    object-fit: cover; /* Ensures the image fits within the circle */
    overflow: hidden;
}
