.ListViewIconsContainer {
    margin-bottom: 50px;
}

.htmlDetailElementTable {
    width: 100% !important;
}

.ListViewItem {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: block;
    text-align: left;
}

.ListViewItem a {
    text-decoration: none;
}

@media only screen and (max-width: 2000px) {
    .ListViewItem {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .ListViewItem img {
        max-width: 300px;
    }
    .ListViewItem h3 p {
        padding: 10px;
    }
}
@media only screen and (max-width: 1400px) {
    .ListViewItem {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ListViewItem img {
        max-width: 260px;
    }
    .ListViewItem h3 p {
        padding: 8px;
    }
}
@media only screen and (max-width: 800px) {
    .ListViewItem {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ListViewItem img {
        max-width: 220px;
    }
    .ListViewItem h3 p {
        padding: 6px;
    }
}

.ListViewItemDivImageContainer {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}

.ListViewItemDivImage {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    color: var(--primary-red-color);
}

.ListViewItemDivImage img {
    max-width: 260px;
    max-height: 260px;
}


.listViewIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between divs as needed */
    justify-content: space-between;
}

.ListViewContainer a {
    color: var(--primary-dark-blue-color);
}

.ListViewItem {
    max-width: 260px;
}

.ListViewContentContainer1 {
    width: 100%;
}

.ListViewContentContainer2 * {
	font-family: 'Muli', sans-serif;
    border: none;
}

.ListViewContentContainer2 a {
    color: var(--primary-red-color);
}

.ListViewContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: var(--primary-bg-color);
}


/* mobile */
@media only screen and (max-width: 480px) {
    .ListViewContentContainer2 {
        width: 100%
    }
}

/* tablet */
@media only screen and (min-width: 481px) {
    .ListViewContentContainer2 {
        margin-bottom: 60px;
        width: 100%
    }
}

/* desktop */
@media only screen and (min-width: 701px) {
    .ListViewContainer {
        margin-top: 0;
    }
    .ListViewContentContainer1 {
        display: flex;
        justify-content: end;
    }
    .ListViewContentContainer2 {
        margin-bottom: 60px;
        width: 70%
    }
}

/* desktop */
@media only screen and (min-width: 1201px) {
    .ListViewContainer {
        margin-top: 0;
    }
    .ListViewContentContainer1 {
        display: flex;
        justify-content: end;
    }
    .ListViewContentContainer2 {
        margin-bottom: 60px;
        width: 50%
    }
}