.role {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #9e9e9e;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem
}

.role .role_text {
    font-weight: 500
}

@media (max-width: 500px) {
    .role .role_description {
        width: 100%
    }
}