.elementor-2491 .elementor-element.elementor-element-41d4af6{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2491 .elementor-element.elementor-element-862faa7{text-align:center;}.elementor-2491 .elementor-element.elementor-element-862faa7 .elementor-heading-title{color:#CC1F5A;}.elementor-2491 .elementor-element.elementor-element-9ea3fbd{--spacer-size:33px;}.elementor-2491 .elementor-element.elementor-element-c4895f9{text-align:center;}.elementor-2491 .elementor-element.elementor-element-c4895f9 .elementor-heading-title{color:#CC1F5A;}/* Start custom CSS for html, class: .elementor-element-eb39346 */.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.grid-item {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  min-width: 100px;
  max-width: 150px;
  flex: 1 0 100px;
  box-sizing: border-box;
  transition: background 0.3s;
}

.grid-item:nth-child(even) {
  background-color: #f9f9f9;
}

.grid-item a {
  text-decoration: none;
  color: #333;
  display: block;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .grid-item {
    font-size: 13px;
    padding: 10px;
    min-width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .grid-item {
    min-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec35a45 */.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.grid-item {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  min-width: 100px;
  max-width: 150px;
  flex: 1 0 100px;
  box-sizing: border-box;
  transition: background 0.3s;
}

.grid-item:nth-child(even) {
  background-color: #f9f9f9;
}

.grid-item a {
  text-decoration: none;
  color: #333;
  display: block;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .grid-item {
    font-size: 13px;
    padding: 10px;
    min-width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .grid-item {
    min-width: 100%;
  }
}/* End custom CSS */