.fr-454bba37-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}
.fr-content-col {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}
.fr-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    transform: scale(1);
}
.fr-text-wrap {
    flex: 1;
}
.fr-title {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}
.fr-title a {
    text-decoration: none;
    color: inherit;
}
.fr-description {
    font-size: 16px;
    line-height: 1.6;
}
.fr-image-col {
    flex-shrink: 0;
    box-sizing: border-box;
}
.fr-image-col img {
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .fr-454bba37-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .fr-content-col {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .fr-badge {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        font-size: 18px;
    }

    .fr-image-col {
        align-self: center;
    }
}