
.logo-img {
    max-width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .logo-img {
        max-width: 70%;
    }
}

.slick-next {
    right: -25px;
    display: none !important;
}

.image-slider {
    display: flex !important;
    justify-content: center !important;
}

.footer-icon {
    background: rgb(239, 127, 25);
    padding: 7px 9px;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
}
