.elementor-75246 .elementor-element.elementor-element-d962c8f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-75246 .elementor-element.elementor-element-d962c8f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-75246 .elementor-element.elementor-element-81d6537.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-75246 .elementor-element.elementor-element-81d6537.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-75246 .elementor-element.elementor-element-d962c8f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-81d6537 */body {
  font-family: "Inter", Arial, sans-serif;
  background-color: #f8f9fb;
  margin: 0;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(614px,0px));
  gap: 40px 40px;
  max-width: 1920px;
  justify-content: center;
}

.card {
  width: 614px;
  height: 340px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 70px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.card img {
  height: 100px;
  width: auto;
  margin-bottom: 25px;
  object-fit: contain;
}

.card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 90%;
}

@media (max-width: 700px) {
  body {
    padding: 40px 0;}

  .card-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px; 
  }

  .card {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .card img {
    height: 80px;
    margin-bottom: 20px;
  }

  .card p {
    font-size: 14px;
    max-width: 100%;
  }
}/* End custom CSS */