<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;
    .custom-module {
        /* Add any specific styles for the entire module here */
    }

    .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; /* Allow items to wrap to the next row if the screen size is smaller */
    }
    #hs_cos_wrapper_widget_1689763356464 #img-bul .col-1 {
        width: calc(12.5% - 10px); /* Adjust the width to fit 8 items in one row */
        margin: 0 5px;
        text-align: center;
    }
.mb-mob-60 {
  margin-bottom: 0;
}
    @media (max-width: 1237px) {
      #hs_cos_wrapper_widget_1689763356464 #img-bul .col-1 {
        width: 22.5%;
      }
      .mb-mob-60 {
        margin-bottom: 60px;
      }
    }

    .icons {
        /* Add any styles for the image container here */
    }

    .icons img {
        /* Add any styles for the images here */
        max-width: 100%;
        height: auto;
    }

    .item-title {
        /* Add any styles for the title here */
    }

    .content {
        /* Add any styles for the content here */
    }
&lt;/style&gt;
</pre></body></html>