.counter-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

.counter-box {
    text-align: center;
    margin: 20px;
}

.counter-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.counter {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #FF6F61;
}

.counter-box p {
    margin: 0;
    color: #555;
}