.uc218c8-7d40b3 {
    margin: 32px 0;
}

.ac218c8-fca5d2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rc218c8-35715f {
    display: grid;
    align-items: center;
    border-bottom: 1px solid #ededed;
    border-radius: 5px;
    background-color: #ecf0f1;
    grid-template-areas: 'logo info title actions';
    grid-template-columns: 168px 276px auto 360px;
    grid-template-rows: 1fr;
    position: relative;
}

.rc218c8-35715f.yc218c8-1d0ec3 {
    display: none;
}

.wc218c8-6459b4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #d63031;
}

.ic218c8-9bc8f3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border-radius: 5px;
    grid-area: logo;
}

.ic218c8-9bc8f3 img {
    width: 168px;
    height: 168px;
    border-radius: inherit;
    object-fit: contain;
}

.mc218c8-786f78 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 0;
    text-align: center;
    gap: 8px;
    grid-area: info;
}

.lc218c8-ec68d8 {
    font-family: Roboto, sans-serif;
    font-size: 21.3px;
    font-weight: 700;
    line-height: 17.6px;
    text-decoration: none;
    color: #151515;
}

.rc218c8-902525 {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 8px 15px;
    border-radius: 14px;
    background-color: #fff;
}

.rc218c8-902525 img {
    height: 14px;
}

.tc218c8-7a3731 {
    font-family: Roboto, sans-serif;
    font-size: 28.43px;
    font-weight: 700;
    line-height: 35.5375px;
    padding: 20px;
    color: #111;
    grid-area: title;
}

.gc218c8-e9af24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background-color: #dfe6e9;
    grid-area: actions;
}

.yc218c8-f476c4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 35.5375px;
    width: 180px;
    margin-bottom: 5px;
    padding: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #7f8c8d;
}

.yc218c8-f476c4:hover {
    color: #7f8c8d;
}

.oc218c8-170833 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #d63031;
    box-shadow: 0 5px 15px 0 #d630318c;
}

.oc218c8-170833:hover {
    text-decoration: unset;
    color: #fff;
}

@media (max-width: 991px) {
    .rc218c8-35715f {
        background-color: #dfe6e9;
        grid-template-areas:
            'logo info'
            'title title'
            'actions actions';
        grid-template-columns: 128px auto;
    }

    .ic218c8-9bc8f3 {
        width: 98px;
        height: 98px;
        margin: 20px 20px 20px 10px;
    }

    .ic218c8-9bc8f3 img {
        width: 98px;
        height: 98px;
    }

    .mc218c8-786f78 {
        align-items: unset;
        padding: 20px 10px 20px 0;
        text-align: unset;
        gap: 0;
    }

    .lc218c8-ec68d8 {
        line-height: 23.4608px;
    }

    .rc218c8-902525 {
        padding: unset;
        border-radius: unset;
        background-color: unset;
    }

    .tc218c8-7a3731 {
        text-align: center;
        border-radius: 10px 10px 0 0;
        background-color: #ecf0f1;
        box-shadow: 0 -4px 3px #0000000a;
    }

    .gc218c8-e9af24 {
        flex-direction: column;
        background-color: #ecf0f1;
    }

    .yc218c8-f476c4 {
        order: 2;
        width: 100%;
        margin-bottom: 0;
    }

    .oc218c8-170833 {
        order: 1;
        width: calc(100% - 40px);
        margin: 0;
    }
}
