.real-data{ .real-title{ display: flex; column-gap: 10px; align-items: center; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 5px; .icon_style{ width: 6px; height: 18px; background-color: #259def; } .font_style{ font-weight: 700; } } .real-item{ display: flex; column-gap: 20px; .card-container{ // width: 300px; border: 1px solid #1d95ff; border-radius: 6px; color: #fff; .item-one{ text-align: center; background-color: #1d95ff; } .item-two{ text-align: center; padding: 15px 40px; color: #259dff; } } } }