.elementor-32 .elementor-element.elementor-element-5d225dc9 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-32 .elementor-element.elementor-element-10a2a70b{width:var( --container-widget-width, 103.932% );max-width:103.932%;--container-widget-width:103.932%;--container-widget-flex-grow:0;columns:1;}/* Start custom CSS for text-editor, class: .elementor-element-10a2a70b */h4 {
    /*color: #00AFD7*/
    color: #4698CB
}

.download_assets_button {
    display: inline-block;
    background-color: #4698cb;
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
}

.download_assets_button:hover{
    color: white
}


.image-container {
    display: flex;
    gap: 50px;
}


.border-top {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 10px;
    box-sizing: border-box;
}

.flex-container {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
  
}

.flex-item {
margin-left: 1rem;

}


.image {
    display: block;
    max-width: 100%;
    height: auto;
}

figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: #333; /* Adjust color if needed */
}


.container {
  display: flex;
  justify-content: space-between;
}


.image-1 {
  width: 292px; /* or adjust as needed */
  height: 95px; /* or adjust as needed */
}

.image-2 {
  width: 300px; /* or adjust as needed */
  height: 72px; /* or adjust as needed */
}


.centered-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
.container {
  display: grid;
  gap: 25px;
    
}

.centered-images {
  display: grid;
  gap: 50px;

}

}


@media (max-width: 767px) {
.container {
  display: grid;
  gap: 25px;
    
}

.centered-images {
  display: grid;
  gap: 50px;

}
}/* End custom CSS */