
.header-img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}


@media (max-width: 575.98px) {
    .header-img {
        width: 110px !important;
        height: 110px !important;
    }
}


.header-img:hover {
    transform: scale(1.05);
}