.master-spotlight .master-spotlight__figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
}

.master-spotlight .master-spotlight__figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 540px;
    aspect-ratio: auto;
    border-radius: 0;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

@media (max-width: 768px) {
    .master-spotlight .master-spotlight__figure img {
        max-height: 420px;
    }
}

.blogs {
    padding-bottom: 5rem;
}

.footer__franchise-band {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.75rem 0;
}

.footer__franchise-band .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    text-align: center;
}

.footer__franchise-label {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.footer__franchise-band a {
    display: inline-flex;
    transition: opacity 0.2s ease;
}

.footer__franchise-band a:hover {
    opacity: 0.78;
}

.footer__franchise-logo {
    height: 40px;
    width: auto;
    display: block;
}
