.subsubtitle {
    color: var(--color-primary);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 10px;
    width:fit-content;
}

.overflow-custom {
    overflow-wrap: anywhere;
    word-break: break-word;
}