.wrapper {
display: grid;
grid-template-columns: 150px 1fr;
gap: 20px;
align-items: center;
justify-items: flex-end;
max-height: 200px;
&>div>a {
color: #fff;
&:hover {
color: var(--primary-color);
}
}
}
.cidFrom {
width: 100%;
}
.content {
word-break: break-word;
padding: 13px 10px;
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: center;
font-size: 14px;
min-height: 50px;
max-height: 200px;
min-width: 100px;
max-width: 62%;
overflow: hidden;
}