.info-bar {
background: rgba(0,0,0,0.7);
padding: 30px 20px;
}
.info-container {
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.info-item {
text-align: left;
color: #fff;
}
.info-title {
font-size: 28px;
font-weight: 700;
color: #fff;
}
.info-sub {
font-size: 14px;
color: #ccc;
margin-top: 5px;
}
.divider {
width: 1px;
height: 40px;
background: #00c27a;
margin: 0 20px;
}