.image-tiles-content {
    display: flex;
}
.image-tiles-wrap {
    justify-content: space-around;
    flex-wrap: nowrap !important;
    padding-left: 12px;
    margin: 0.75rem 0;
}
.image-tiles-heading {
    padding-top: 10px;
    font-weight: var(--font-regular);
    text-align: center;
    text-transform: uppercase;
}
.image-tiles-component-figure {
    margin: 0 0 0 0;
}
@media only screen and (max-width: 767px) {
    .image-tiles-wrap .image-tiles-region {
        padding-bottom: 2%;
        padding: 5px 10px 5px 10px;
        width: 42%;
        flex-shrink: 0;
        flex-basis: inherit;
    }
    .image-tiles-component-figure {
        margin: 0 0 0 0;
        padding-right: 0%;
    }
    .image-tiles-component-figure img {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .image-tiles-heading {
        padding-top: 5px;
    }
    .image-tiles-wrap {
        margin: 0.25rem 0;
        padding-left: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .image-tiles-region:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .image-tiles-region:not(:first-child):lang(ar) {
        margin: 0 20px 0 0 !important;
    }
}
@media only screen and (max-width: 480px) {
    .image-tiles-wrap .carousel-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: auto;
        display: flex;
        margin-right: 15px;
    }
    .image-tiles-wrap .carousel-slider::-webkit-scrollbar {
        display: none;
    }
}