.about-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #3b1721;
}

.about-main-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 62%, rgba(43, 9, 19, .18));
}

.about-main-image img {
    height: 540px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transform: scale(1.002);
}

.about-logo-card {
    box-sizing: border-box;
    width: 260px;
    height: 142px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #ead5c8;
    overflow: visible;
}

.about-logo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
}

@media (max-width: 767px) {
    .about-main-image img {
        height: 420px;
        object-position: 52% center;
    }

    .about-logo-card {
        width: 210px;
        height: 116px;
        padding: 11px 14px;
    }
}

@media (max-width: 420px) {
    .about-main-image img { height: 365px; }
    .about-logo-card {
        width: 176px;
        height: 98px;
        padding: 9px 12px;
    }
}
