.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#368F43;--e-global-color-text:#000000;--e-global-color-accent:#FFBF00;--e-global-color-fc303cc:#12681E;--e-global-color-e418cef:#FFFFFF;--e-global-color-0bd3233:#F3F3F3;--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;font-family:"Roboto", Sans-serif;font-size:20px;line-height:30px;overscroll-behavior:none;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Roboto", Sans-serif;}.elementor-kit-9 h1{font-family:"Roboto", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-9 h2{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-9 h3{font-family:"Roboto", Sans-serif;font-size:26px;}.elementor-kit-9 h4{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:70px;--container-default-padding-bottom:0px;--container-default-padding-left:70px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-9{font-size:16px;line-height:24px;}.elementor-kit-9 h1{font-size:40px;}.elementor-kit-9 h2{font-size:30px;}.elementor-kit-9 h3{font-size:22px;}.elementor-kit-9 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:50px;--container-default-padding-right:30px;--container-default-padding-bottom:50px;--container-default-padding-left:30px;}}/* Start custom CSS */.services-wrap{
  display:flex;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap;
  margin:0;
  padding:0;
}

.service-card{
  position:relative;
  width:355px;
  min-height:270px;
  border-radius:10px;
  overflow:hidden;
  box-sizing:border-box;
}

.service-content{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  padding:0 20px 30px 20px;
  box-sizing:border-box;
}

.service-title{
  margin:0;
  color:#fff;
  font-family:"Roboto", sans-serif;
  font-size:36px;
  font-weight:700;
  line-height:1;
  transition:transform 0.25s ease;
}

.service-arrow{
  width:23px;
  display:block;
  transition:transform 0.25s ease;
}

.service-arrow img{
  display:block;
  width:100%;
  height:auto;
}

.service-card:hover .service-title{
  transform:translateX(6px);
}

.service-card:hover .service-arrow{
  transform:translateX(8px);
}

@media (max-width:767px){
  .services-wrap{
    gap:18px;
  }

  .service-card{
    width:315px;
    min-height:270px;
  }
}/* End custom CSS */