.elementor-4066 .elementor-element.elementor-element-7de8845{--display:flex;--min-height:550px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-167px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4066 .elementor-element.elementor-element-7de8845:not(.elementor-motion-effects-element-type-background), .elementor-4066 .elementor-element.elementor-element-7de8845 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://burokmedical.iwypixel.hu/wp-content/uploads/2024/08/2862.jpg");background-position:center center;background-size:cover;}.elementor-4066 .elementor-element.elementor-element-983c69f{--display:flex;--margin-top:65px;--margin-bottom:65px;--margin-left:0px;--margin-right:0px;}.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-4066 .elementor-element.elementor-element-10e5237{width:100%;max-width:100%;text-align:center;}.elementor-4066 .elementor-element.elementor-element-10e5237 .elementor-heading-title{font-family:"Spectral", Sans-serif;font-size:40px;font-weight:700;line-height:44px;letter-spacing:0px;color:#A57884;}.elementor-4066 .elementor-element.elementor-element-6b48dc7 > .elementor-widget-container{margin:45px 0px 0px 0px;}@media(max-width:767px){.elementor-4066 .elementor-element.elementor-element-7de8845{--min-height:350px;}.elementor-4066 .elementor-element.elementor-element-983c69f{--margin-top:55px;--margin-bottom:55px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-4066 .elementor-element.elementor-element-10e5237 .elementor-heading-title{font-size:25px;line-height:36px;letter-spacing:0px;}}/* Start custom CSS for html, class: .elementor-element-6b48dc7 */.kismama-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.kismama-item {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: #A57884;
    padding: 25px;
    justify-content: flex-start;
    align-items: flex-start;
}



.kismama-title {
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
    font-family: "Spectral", Sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.kismama-list {
    list-style: none;
    padding-left: 0;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 2em 1em;
}

.kismama-list li::before {
    content: "• ";
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
}

.kismama-price {
    text-align: center;
    margin-top: auto;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", Sans-serif;
}

.kismama-price strong {
  display: block;
  font-size: 22px;
  color: #111;
  margin-top: 4px;
}

.kismama-sale {
    color: #a57884;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    margin-top: 4px;
    background-color: white;
    border-radius: 20px;
    padding: 5px 19px;
}

@media (max-width: 900px) {
  .kismama-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .kismama-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */