.elementor-9816 .elementor-element.elementor-element-a65fc12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-9816 .elementor-element.elementor-element-dc8efbc .elementor-tab-title, .elementor-9816 .elementor-element.elementor-element-dc8efbc .elementor-tab-title:before, .elementor-9816 .elementor-element.elementor-element-dc8efbc .elementor-tab-title:after, .elementor-9816 .elementor-element.elementor-element-dc8efbc .elementor-tab-content, .elementor-9816 .elementor-element.elementor-element-dc8efbc .elementor-tabs-content-wrapper{border-width:1px;}/* Start custom CSS for tabs, class: .elementor-element-dc8efbc *//* First Layout */
.item-1-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* Align items to the left */
    width: 100%; /* Adjust the width as needed */
    margin: auto;
}

.item-1-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the left */
    margin: 10px; /* Adjust spacing as needed */
}

.item-1-column img {
    margin-bottom: 10px;
}

/* Second Layout */
.item-2-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    width: 100%;
}

.item-2-item {
    text-align: center;
}

.item-2-item img {
    width: 150px; /* Set a fixed width */
    height: 150px; /* Set a fixed height */
    object-fit: cover; /* Ensure the image covers the area */
}

/* Fourth Layout */
.item-4-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    width: 100%;
}

.item-4-item {
    text-align: center;
}

.item-4-item img {
    width: 150px; /* Set a fixed width */
    height: 150px; /* Set a fixed height */
    object-fit: cover; /* Ensure the image covers the area */
}/* End custom CSS */