.elementor-223 .elementor-element.elementor-element-4b12769{--display:flex;--min-height:70px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:55px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-223 .elementor-element.elementor-element-4b12769:not(.elementor-motion-effects-element-type-background), .elementor-223 .elementor-element.elementor-element-4b12769 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9F5;}.elementor-223 .elementor-element.elementor-element-bb50ddb{--display:flex;--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;--gap:0px 50px;--row-gap:0px;--column-gap:50px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-223 .elementor-element.elementor-element-58062c3{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-223 .elementor-element.elementor-element-7224087 img{height:450px;object-fit:cover;object-position:center center;}.elementor-223 .elementor-element.elementor-element-67037d0{--display:flex;}.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-223 .elementor-element.elementor-element-a980225{width:var( --container-widget-width, 548px );max-width:548px;--container-widget-width:548px;--container-widget-flex-grow:0;}.elementor-223 .elementor-element.elementor-element-a980225 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;line-height:35px;color:#131313;}.elementor-223 .elementor-element.elementor-element-bdca159{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:65px;--padding-bottom:65px;--padding-left:0px;--padding-right:0px;}.elementor-223 .elementor-element.elementor-element-bdca159:not(.elementor-motion-effects-element-type-background), .elementor-223 .elementor-element.elementor-element-bdca159 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFAF6;}.elementor-223 .elementor-element.elementor-element-ac847d4{width:100%;max-width:100%;}.elementor-223 .elementor-element.elementor-element-ac847d4 .elementor-heading-title{font-family:"Urbanist", Sans-serif;font-size:30px;font-weight:600;line-height:35px;color:#131313;}.elementor-223 .elementor-element.elementor-element-5947c4f{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-223:not(.elementor-motion-effects-element-type-background), body.elementor-page-223 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-223 .elementor-element.elementor-element-4b12769{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-223 .elementor-element.elementor-element-bb50ddb{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-223 .elementor-element.elementor-element-7224087 img{height:275px;}.elementor-223 .elementor-element.elementor-element-67037d0{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-223 .elementor-element.elementor-element-a980225{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:0px 0px 0px 0px;}.elementor-223 .elementor-element.elementor-element-bdca159{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.dobozok {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            max-width: 1200px;
            margin-bottom: 50px;
        }
.info-box {
    background-color: #dfeef6;
    padding: 20px;
    font-family: "Poppins", Sans-serif;
    color: #00294f;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
      .info-box h3 {
    color: #00294f;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}
        .info-box p {
            margin: 8px 0;
            color: #00294f;
               font-size: 15px;
            line-height: 1.5;
        }
        .info-box .text {
            margin: 8px 0;
            color: #00294f;
             font-size: 15px;
            line-height: 1.8;
        }
        .info-box strong {
            color: #00294f;
            font-weight: 600;
        }
      .info-box .cta-button {
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    transition: background-color 0.3s;
    background-color: #824e8b;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 14px 25px;
    border-radius: 30px;
}
        .info-box .cta-button:hover {
            background-color: #57335d;
            text-decoration: none;
        }
        @media (max-width: 900px) {
            .dobozok {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 600px) {
            .dobozok {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */