main .block.image-and-fancy-bullets .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-1000);
}

main .block.image-and-fancy-bullets .text-column,
main .block.image-and-fancy-bullets .media-column {
    width: 50%;
    max-width: 600px;
}

main .block.image-and-fancy-bullets .fancy-bullet {
    padding-right: 16px;
    padding-left: 16px;
    border-left: 1px solid;
    border-color: transparent;
    border-image-source: linear-gradient(95deg, #DDBF6A 0%, #9B7700 49.76%, #DDBF6A 100%);
    border-image-slice: 1;
}
main .block.image-and-fancy-bullets .fancy-bullet-subheading {
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

main .block.block.image-and-fancy-bullets .fancy-bullet p,
main .block.block.image-and-fancy-bullets .fancy-bullet li {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
}

main .block.image-and-fancy-bullets .fancy-bullet .fancy-bullet-subheading p {
    color: #676767;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

main .block.image-and-fancy-bullets .fancy-bullet .fancy-bullet-subheading img {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    object-fit: contain;
    margin-right: 8px;
}

main .block.image-and-fancy-bullets .text-column img {
    max-width: 100%;
}

main .block.image-and-fancy-bullets .media-column img {
    width: 100%;
    height:auto;
    object-fit: cover;
}

main .block.image-and-fancy-bullets .text-column .heading-xs {
    margin-bottom: var(--spacing-75);
}

main .block.image-and-fancy-bullets .text-column h2 {
    width:100%;
}

main .block.image-and-fancy-bullets .text-column .text-container {
    display:flex;
    flex-direction: column;
    gap: var(--spacing-500);
}

main .block.image-and-fancy-bullets .text-column .text-container {
    margin-top: var(--spacing-500);
}

main .block.image-and-fancy-bullets .text-column li:has(a) a {
    color: var(--text-color-accent);
}

main .block.image-and-fancy-bullets .text-container ul {
    padding-inline-start: var(--spacing-400);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.51px;
}

main .block.image-and-fancy-bullets.extra-gap ul li:not(:last-child) {
    margin-bottom: 12px;
}

main .block.image-and-fancy-bullets .text-column .button-container {
    margin-top: var(--spacing-500);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:start;
    gap: var(--spacing-200);
}


@media (min-width: 1225px) {
    main .block.image-and-fancy-bullets.text-left-side .text-column,
    main .block.image-and-fancy-bullets.text-right-side .media-column,
    main .block.image-and-fancy-bullets.media-left-side .media-column,
    main .block.image-and-fancy-bullets.media-right-side .text-column {
        order: 0;
    }

    main .block.image-and-fancy-bullets.text-left-side .media-column,
    main .block.image-and-fancy-bullets.text-right-side .text-column,
    main .block.image-and-fancy-bullets.media-left-side .text-column,
    main .block.image-and-fancy-bullets.media-right-side .media-column {
        order: 1;
    }
    main .block.image-and-fancy-bullets .media-column {
        max-width: 620px;
    }
}

@media (max-width: 1224px) {

    main .block.image-and-fancy-bullets .text-column,
    main .block.image-and-fancy-bullets .media-column {
        width: 100%;
        max-width: none;
    }

    main .block.image-and-fancy-bullets .text-column .text-container {
        margin-top: var(--spacing-400);
    }

    main .block.image-and-fancy-bullets .text-column {
        order: 2
    }
    main .block.image-and-fancy-bullets .wrapper {
        max-width: 600px;
        flex-direction: column;
        gap: var(--spacing-500);
    }
}
