.blog-highlight-block {
    display: flex;
    margin-bottom: 20px;
    background-color: #DFE7ED;
    padding: 32px;
    border-radius: 16px;
    gap: 16px;
    align-items: flex-start;
}

.highlight-col2 {
    width: 100%;
}

.highlight-col1 {
    width: 50px;
    display: flex;
    align-items: center;
}

.disclaimer-description div {
    font-family: "Galano Grotesque", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--e-global-color-be027e7);
}

img.disclaimer-image {
    object-fit: cover;
    max-height: 100%;
    height: 100%;
    width: 28px;
}

/* Responsivness*/
@media screen and (max-width: 768px) {
    .wp-block-fantokens-blog-highlight-block.blog-highlight-block {
        display: block;
    }

    .highlight-col1, .highlight-col2 {
        width: 100%;
    }

    .highlight-col1 {
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }
}