/*
 Theme Name:   ECF-Theme
 Template:     hello-elementor
 Description:  Custom theme for ECF
 Author:       Olek Webdesign
 Version:      1.0.0
*/

.leistung-item{
    border-top: 1px solid #000;
}
.leistungen-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 18px;
}

@media (max-width: 900px) {
  .leistungen-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
	p{
    font-weight: 360!important;
	}
}

@media (max-width: 540px) {
  .leistungen-wrapper {
    grid-template-columns: 1fr;
  }
	p{
    font-weight: 360!important;
}
}
.leistung-titel{
font-family: "Hanken Grotesk", Sans-serif;
font-size: 1.5rem;
font-weight: 400;
color: rgb(20, 20, 20);
letter-spacing: -1.7px;
}
.leistung-beschreibung{
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
font-size: var( --e-global-typography-text-font-size );
font-weight: var( --e-global-typography-text-font-weight );
line-height: var( --e-global-typography-text-line-height );
letter-spacing: var( --e-global-typography-text-letter-spacing );
color: var( --e-global-color-primary );
}
