@media (max-width: 768px) {

    .diamonds-svg-line {
        display: none !important;
    }

    .diamonds-wrapper {
        height: auto !important;
        min-height: unset !important;
        margin-bottom: 1rem;
    }

    .position-relative {
        padding-bottom: 0 !important;
    }

    .diamonds {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

        .diamonds li {
            transform: scale(0.85);
        }
}
