.elementor-kit-1316{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D90429;--e-global-color-bab735a:#EAEAEC;--e-global-color-c12252c:#C4C4C6;--e-global-color-ff43daf:#D90429;--e-global-color-4db7be7:#292D42;--e-global-color-b9160d0:#6F7285;--e-global-color-d73fbb3:#BD0021;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Montserrat", Sans-serif;}.elementor-kit-1316 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1316 h2{color:#FFFFFF;font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.rep-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 40px auto;
}

.rep-card img {
  width: 100%;
  max-width: 240px;
  border-radius: 8px;
  height: auto;
}

.rep-card h1,
.rep-card h2:first-of-type {
  grid-column: 1 / -1;
  font-size: 32px;
  margin-bottom: 24px;
}

.rep-card a,
.rep-card button {
  background: #c8102e;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  margin-bottom: 24px;
}

.rep-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.rep-card p {
  line-height: 1.6;
  margin-bottom: 12px;
}

.rep-card a[href^="mailto:"],
.rep-card a[href^="tel:"] {
  color: #c8102e;
  font-weight: 600;
}

@media (max-width: 768px) {
  .rep-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rep-card img {
    margin: 0 auto;
  }
}/* End custom CSS */