.custom-counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: #f9f9f9;
}

.counter-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
}

.counter-box {
    text-align: center;
    flex: 1;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 200px; 
    height: 180px; 
}

.custom-counter {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.counter-title {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.counter-prefix {
    font-size: 20px;
    font-weight: bold;
    color: #555;
}
