/* Our Brands page styles */
.remark-page--our-brands {
    background-color: var(--remark-color-bg);
}

/* Hero */
.remark-our-brands-hero.remark-section {
    padding: 48px 24px 100px;
    background: linear-gradient(to bottom, var(--remark-color-bg-alt) 67%, white 67%);
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.remark-our-brands-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.remark-our-brands-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 999px;
    background-color: var(--remark-color-white);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: var(--remark-font-body);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.remark-our-brands-hero__highlight,
.remark-our-brands-hero__badge-text {
    background-image: linear-gradient(90deg, var(--remark-color-highlight-start), var(--remark-color-highlight-end));
    background-size: 200% 100%;
    background-position: 200% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.remark-our-brands-hero__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    line-height: 1.05;
    color: var(--remark-color-primary);
}

.remark-our-brands-hero__title-line {
    display: block;
    font-size: clamp(2.4rem, 4vw, 4rem);
}

.remark-our-brands-hero__subtitle {
    margin: 0;
    font-family: var(--remark-font-body);
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.7;
    color: var(--remark-color-text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.button {
    align-items: center;
    background: none;
    border: none;
    border-radius: 6.25rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 600;
    gap: 0.363636em;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: 1.04545;
    overflow: hidden;
    padding: 0.9375rem 1.5rem;
    position: relative;
    text-decoration: none;
}

@media (hover: hover) {
    .button:hover {
        color: var(--remark-color-white);
        text-decoration: none;
    }

    .button:hover .button__label {
        transition: color 0.15s var(--ease-in-out-quart);
    }
}

.button__label {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: color 0.15s var(--ease-in-out-quart);
    display: inline-flex;
    align-items: center;
}

.button__label::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 8px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRTMzRDNCIi8+PC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.15s var(--ease-in-out-quart);
}

.button__flair {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform;
}

.button__flair:before {
    aspect-ratio: 1/1;
    background-color: #D71921;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 280%;
}

.remark-our-brands-hero__media {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.remark-our-brands-hero__image-container {
    position: relative;
    width: 100%;
}

.remark-our-brands-hero__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 48px 48px 16px 16px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.remark-our-brands-hero__title--mobile {
    display: none;
}

/* Logos Section */
.remark-our-brands-logos {
    background-color: #ffffff;
}

/* Remove top spacing added by the global .remark-section */
.remark-our-brands-logos.remark-section {
    padding-top: 0;
    margin-top: 0;
}

.remark-our-brands-logos__inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.remark-our-brands-logos__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.remark-our-brands-logos__item {
     /* Use a square aspect ratio. Width is controlled by flex-basis; aspect-ratio computes
         the matching height so the box is 1:1. Remove padding from the item itself so the
         aspect-ratio remains exact; visual padding is applied to the inner link. */
     display: block;
     border: 1px solid #E3E5EF;
     border-radius: 16px;
     box-sizing: border-box;
     overflow: hidden;
     aspect-ratio: 1 / 1;
     /* Limit to maximum 4 items per row on wide screens. The gap between items is 32px, so
         each item width is calculated as (100% - 3*32px) / 4 == calc(25% - 24px) */
     flex: 0 0 calc(25% - 24px);
     transition: box-shadow 180ms var(--ease-in-out-quart), transform 180ms var(--ease-in-out-quart);
}

/* subtle lift on hover to indicate interactivity */
.remark-our-brands-logos__item:hover {
    box-shadow: 0 10px 24px rgba(3, 26, 70, 0.06);
}

.remark-our-brands-logos__link {
    /* Make the anchor fill the square item and provide the visual padding previously
       present on the item. Using display:block lets it form a box we can center content in. */
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.remark-our-brands-logos__image {
    /* Default logo bounding box (non-hover): limit to 150x150 while maintaining aspect ratio */
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    transition: width 180ms var(--ease-in-out-quart), height 180ms var(--ease-in-out-quart), transform 180ms var(--ease-in-out-quart), opacity 180ms var(--ease-in-out-quart);
}

.remark-our-brands-logos__name {
    font-weight: 600;
    color: var(--remark-color-text-muted);
}

/* Hover: hide logo, show short description */
.remark-our-brands-logos__item {
    position: relative; /* establish containing block for absolute shortdesc */
}

.remark-our-brands-logos__shortdesc {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px; /* padding for overlay content */
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms var(--ease-in-out-quart), transform 180ms var(--ease-in-out-quart);
    transform: translateY(6px);
    font-size: 0.95rem;
    color: var(--remark-color-text-muted);
}

/* make overlay indicate clickability */
.remark-our-brands-logos__shortdesc {
    cursor: pointer;
}

.remark-our-brands-logos__item:hover .remark-our-brands-logos__image,
.remark-our-brands-logos__item.is-hover .remark-our-brands-logos__image {
    /* keep existing hide-on-hover behaviour (overlay covers item) */
    opacity: 0;
    transition: opacity 180ms var(--ease-in-out-quart);
}

/* helper class for JS testing or special interactions: expand logo to 150x150 while keeping aspect ratio */
.remark-our-brands-logos__item.is-hover .remark-our-brands-logos__image {
    /* kept for JS testing; no change needed since default is now 150x150 */
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
}

.remark-our-brands-logos__item:hover .remark-our-brands-logos__shortdesc,
.remark-our-brands-logos__item.is-hover .remark-our-brands-logos__shortdesc {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.remark-our-brands-logos__shortdesc-name {
    font-weight: 700;
    color: #000000; /* brand name should be black */
    font-size: 16px;
    line-height: 1.1;
}

.remark-our-brands-logos__shortdesc-text {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--remark-color-text-muted);
}

.remark-our-brands-logos__shortdesc-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    /* ensure the CTA sits above the overlay flair so label/icon remain visible */
    position: relative;
    z-index: 999;
    border-radius: 999px;
    background-color: var(--remark-color-primary);
    color: var(--remark-color-white);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
}

/* Allow flair animations on brand CTAs. Previously the flair was hidden/disabled
   which prevented the GSAP hover animation from running. We re-enable transitions
   and the flair element while keeping label visibility rules intact. */
.remark-our-brands-logos__shortdesc-cta .button__label {
    transition: color 0.15s var(--ease-in-out-quart);
}
.remark-our-brands-logos__shortdesc-cta .button__flair {
    /* ensure flair is present and can be animated by GSAP */
    display: block !important;
    pointer-events: none;
}
.remark-our-brands-logos__shortdesc-cta::after,
.remark-our-brands-logos__shortdesc-cta .button__label::after {
    display: inline-block;
}

/* Prevent hover from changing colors or triggering transitions */
.remark-our-brands-logos__shortdesc-cta:hover,
.remark-our-brands-logos__shortdesc-cta:focus,
.remark-our-brands-logos__shortdesc-cta:active {
    background-color: var(--remark-color-primary) !important;
    color: var(--remark-color-white) !important;
}

.remark-our-brands-logos__shortdesc-cta:hover .button__label {
    color: inherit !important;
}

/* Promo 1 */
.remark-our-brands-promo-1 {
    background-color: #00357A;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0IiBoZWlnaHQ9IjE0NCIgdmlld0JveD0iMCAwIDE0NCAxNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLTE1LjExOSIgeT0iNzEuODQwNiIgd2lkdGg9IjEyMy40OTQiIGhlaWdodD0iMTIzLjQ5NCIgcng9IjQxIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgLTE1LjExOSA3MS44NDA2KSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLW9wYWNpdHk9IjAuMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+"), url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0IiBoZWlnaHQ9IjE0NCIgdmlld0JveD0iMCAwIDE0NCAxNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLTE1LjExOSIgeT0iNzEuODQwNiIgd2lkdGg9IjEyMy40OTQiIGhlaWdodD0iMTIzLjQ5NCIgcng9IjQxIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgLTE1LjExOSA3MS44NDA2KSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLW9wYWNpdHk9IjAuMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 70% calc(100% + 50px), calc(100% + 50px) 20px;
    background-size: 144px, 216px;
}

.remark-our-brands-promo-1__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    position: relative;
}

.remark-our-brands-promo-1__content {
    grid-column: 1 / 7;
    grid-row: 1;
    padding: 60px 60px 60px 34px;
    position: relative;
    z-index: 1;
}

.remark-our-brands-promo-1__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(7 / 6 * 100%);
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    border-radius: 16px;
    z-index: -1;
}

.remark-our-brands-promo-1__media {
    grid-column: 7 / 13;
    grid-row: 1;
}

.remark-our-brands-promo-1__title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
}

.remark-our-brands-promo-1__title-line {
    display: block;
}

.remark-our-brands-promo-1__subtitle {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0 0 30px;
}

.remark-our-brands-promo-1__image {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.remark-our-brands-promo-1__cta.button--stroke {
    --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
    color: var(--remark-color-primary);
    background-color: var(--remark-color-white);
}

.remark-our-brands-promo-1__cta.button--stroke:hover .button__label {
    color: var(--remark-color-white);
}

.remark-our-brands-promo-1__cta.button--stroke:hover .button__label::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+');
}

/* CTA Banner */
.remark-our-brands-cta {
    padding: 100px 24px;
    background-color: var(--remark-color-white);
}

.remark-our-brands-cta__inner {
    --remark-our-brands-cta-bg: #00357A;
    max-width: 1180px;
    margin: 0 auto;
    background-color: var(--remark-our-brands-cta-bg);
    border-radius: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(13, 35, 67, 0.18);
}

.remark-our-brands-cta__inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(140% 140% at 80% 20%, rgba(255, 255, 255, 0.12), transparent 70%);
    pointer-events: none;
}

.remark-our-brands-cta__media {
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.remark-our-brands-cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.remark-our-brands-cta__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 64px 48px 48px;
    color: var(--remark-color-white);
    position: relative;
    z-index: 1;
}

.remark-our-brands-cta__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--remark-color-white);
}

.remark-our-brands-cta__description {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.86);
    max-width: 440px;
}

.remark-our-brands-cta__cta-wrapper {
    display: inline-flex;
    align-items: center;
}

.remark-our-brands-cta__button {
    background-color: var(--remark-color-white);
    color: var(--remark-color-primary);
}

.remark-our-brands-cta__button .button__label {
    color: var(--remark-color-primary);
}

.remark-our-brands-cta__button .button__label::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRTMzRDNCIi8+PC9zdmc+');
}

.remark-our-brands-cta__button:hover .button__label {
    color: var(--remark-color-white);
}

.remark-our-brands-cta__button:hover .button__label::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQ0NDcgNy4wNjYyM0M5Ljk1NTI5IDYuNTMzMTEgOS45NTUyOSA1LjQ2Njg3IDkuMjQ0NDcgNC45MzM3NUwzLjAyNDc2IDAuMjY4OTcxQzIuMTQ2MTMgLTAuMzkgMC44OTIyODUgMC4yMzY5MjIgMC44OTIyODUgMS4zMzUyMUwwLjg5MjI4NSAxMC42NjQ4QzAuODkyMjg1IDExLjc2MzEgMi4xNDYxMyAxMi4zOSAzLjAyNDc2IDExLjczMUw5LjI0NDQ3IDcuMDY2MjNaIiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+');
}

.remark-our-brands-cta__button .button__flair:before {
    background-color: #D71921;
}

.remark-our-brands-cta__shape {
    position: absolute;
    width: 157px;
    height: 157px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 157.06 157.06'%3E%3Crect x='14.33' y='14.33' width='128.39' height='128.39' rx='32' ry='32' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.remark-our-brands-cta__shape--tl {
    top: -60px;
    right: 28%;
    width: 130px;
    height: 130px;
    transform: rotate(45deg);
}

.remark-our-brands-cta__shape--br {
    bottom: -50px;
    right: 40px;
    transform: rotate(45deg);
}

@media (min-width: 992px) {
    .remark-our-brands-hero__image-container {
        width: 65%;
    }

    .remark-our-brands-hero__image {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .remark-our-brands-hero.remark-section {
        height: auto;
        padding-bottom: 64px;
    }

    .remark-our-brands-hero__title--desktop {
        display: none;
    }

    .remark-our-brands-hero__title--mobile {
        display: flex;
    }

    .remark-our-brands-hero__media {
        position: static;
        transform: none;
        width: 100%;
    }

    .remark-our-brands-logos__grid {
        justify-content: center;
    }

    .remark-our-brands-logos__item {
        flex: 0 0 calc(50% - 32px);
    }

    .remark-our-brands-promo-1__inner {
        grid-template-columns: 1fr;
        background-color: rgba(255, 255, 255, 0.16);
        border-radius: 16px;
        padding: 40px 24px;
    }
    .remark-our-brands-promo-1__content,
    .remark-our-brands-promo-1__media {
        grid-column: 1;
        grid-row: auto;
    }
    .remark-our-brands-promo-1__content {
        order: 2;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }
    .remark-our-brands-promo-1__media {
        order: 1;
    }
    .remark-our-brands-promo-1__content::before {
        display: none;
    }

    .remark-our-brands-cta__inner {
        grid-template-columns: 1fr;
        padding: 40px 32px;
        gap: 32px;
        text-align: left;
    }

    .remark-our-brands-cta__description {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .remark-our-brands-cta {
        padding: 64px 16px;
    }

    .remark-our-brands-cta__inner {
        padding: 32px 24px;
    }
}

/* Reduce global arrow size only for brand CTA buttons to avoid changing other buttons */
.button.remark-our-brands-logos__shortdesc-cta::after,
.remark-our-brands-logos__shortdesc-cta .button__label::after {
    width: 8px !important;
    height: 8px !important;
    margin-left: 0 !important; /* remove left margin for brand CTA arrow */
    background-size: contain !important;
    background-position: center !important;
}

/* Make hover text and padding smaller on mobile so it fits in the box */
@media (max-width: 640px) {
    .remark-our-brands-logos__shortdesc {
        padding: 10px;
        gap: 6px;
    }
    .remark-our-brands-logos__shortdesc-name {
        font-size: 13px;
    }
    .remark-our-brands-logos__shortdesc-text {
        font-size: 11px;
        line-height: 1.2;
    }
    .remark-our-brands-logos__shortdesc-cta {
        padding: 8px 12px;
        font-size: 0.75rem;
    }
}
