﻿.role-list {
    margin-top: 4px;
}

    .role-list .role {
        margin-right: 12px;
        display: flex;
        border: 1px solid #D9D9D9;
        margin-bottom: 9px;
        justify-content: space-between;
    }

        .role-list .role .role-info {
            height: 28px;
            padding: 4px;
            color: var(--light-theme-rest-foreground-default-foreground-242424, #242424);
            text-align: center;
            font-family: Poppins;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
        }

.licensed-people-page .listing-container .elements .item {
    width: 285px;
    height: 190px;
}

    .licensed-people-page .listing-container .elements .item .item-content .information-row:first-child {
        margin-bottom: -5px;
    }


@media (max-width: 1024px) {
}

@media (max-width: 700px) {

    .licensed-people-page .listing-container .elements .item {
        width: 100%;
    }
}