.shopCompleted-info__item {
    display: flex;
    flex-direction: column;
}

.subtitle {
    font-weight: bold;
}

.title {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .shopCompleted-info__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .subtitle {
        margin-bottom: 0;
    }

    .title {
        margin-top: 0;
    }
}
