.dp-trusticons-wrapper {
    width: 100%;
    margin: 25px auto;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.dp-trusticons-desktop {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
}

.dp-trusticons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 0;
    min-width: 0;
    padding: 0 5px;
}

.dp-trusticons-img {
    margin-bottom: 10px;
    line-height: 0;
}

.dp-trusticons-img img {
    width: auto;
    height: 50px;
    max-width: 60px;
    object-fit: contain;
}

.dp-trusticons-title {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #232323;
    font-weight: 400;
    word-wrap: break-word;
    hyphens: auto;
}

.dp-trusticons-mobile {
    display: none;
}

@media (max-width: 991px) {
    .dp-trusticons-desktop {
        display: none;
    }

    .dp-trusticons-mobile {
        display: block;
    }

    .dp-trusticons-mobile .dp-trusticons-item {
        padding: 0 5px;
    }

    .dp-trusticons-mobile .dp-trusticons-img img {
        height: 40px;
        max-width: 50px;
    }

    .dp-trusticons-mobile .dp-trusticons-title {
        font-size: 0.78rem;
    }
}
