.n-case {
    margin: 60px 0 !important;
    display: flex;
    justify-content: center;
}

.n-case .n-case__promotion {
    height: 230px;
    width: 230px;
    display: flex;
    align-items: center;
}

.n-case .n-case__promotion .promotion__element {
    margin: 40px 24px;
}

.n-case .n-case__promotion .promotion__element h3 {
    font-size: 24px;
    font-weight: 400;
}

.n-case .n-case__promotion .promotion__element p {
    font-size: 15px;
    font-weight: 400;
}

.n-case .n-case__promotion .promotion__element .element__link {
    display: block;
    width: max-content;
}
.n-case .n-case__promotion .promotion__element .element__link img {
    width: 24px;
    height: 24px;
}
.background-white {
    background: white;
}
.background-grey {
    background: #DFE3E4;
}

.background-red {
    background: #C4262E;
    color: white;
}

.background-light {
    background: #D3D3D3;
}
.background-dark {
    background: #363636;
    color: white;
}

.marker-triangle li {
  margin-left:25px;
}

.marker-triangle li::marker {
  content: "\01F53A";
}
