/* Domestic v12: stronger right-side photo crop and polished hero benefits. */

@media (min-width: 701px) {
    .domestic-hero--photo > .domestic-hero__photo {
        object-position: 50% 52%;
        transform: scaleX(-1);
    }
}

.domestic-hero--photo .domestic-hero__benefits li {
    align-items: center;
    gap: 12px;
}

.domestic-hero--photo .domestic-hero__benefits img {
    background: #fff;
    border: 1px solid rgba(184, 207, 239, .72);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(31, 78, 145, .12);
    box-sizing: border-box;
    flex: 0 0 56px;
    height: 48px;
    object-fit: cover;
    padding: 2px;
    width: 56px;
}

.domestic-hero--photo .domestic-hero__benefits li:nth-child(2) img {
    object-fit: contain;
    padding: 5px;
}

@media (max-width: 700px) {
    .domestic-hero__inner > .domestic-hero__copy {
        padding-bottom: 28px;
    }

    .domestic-hero--photo .domestic-hero__benefits {
        gap: 13px;
        margin-bottom: 0;
    }

    .domestic-hero--photo .domestic-hero__benefits li {
        min-height: 48px;
    }

    .domestic-hero--photo .domestic-hero__benefits img {
        flex-basis: 50px;
        height: 44px;
        width: 50px;
    }

    .domestic-hero__inner > .domestic-trust {
        clear: both;
        margin-top: 8px;
        position: relative;
    }
}
