/** Shopify CDN: Minification failed

Line 28:10 Unexpected "{"
Line 28:19 Expected ":"
Line 41:14 Unexpected "{"
Line 41:23 Expected ":"
Line 50:14 Unexpected "{"
Line 50:23 Expected ":"

**/
@media screen and (min-width: 1728px) and (max-width: 1919px){

}

@media screen and (min-width: 1643px) and (max-width: 1727px){

}

@media screen and (min-width: 1504px) and (max-width: 1642px){

}

@media screen and (min-width: 1440px) and (max-width: 1503px){

}

@media screen and (min-width: 1366px) and (max-width: 1439px){
.section-{{ section.id }} .ladovas-steps__subtitle {
    margin: 0 auto;
    width: 50%;
    line-height: 22px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px){
 
}

/* MOBILE  */
@media screen and (max-width: 768px){
    .section-{{ section.id }} .ladovas-steps__title {
    font-size: 28px !important;
  }

    .ladovas-steps-container{
        top: -35px;
        position: relative;
    }

    .section-{{ section.id }} .ladovas-steps__subtitle {
    margin: 0 auto !important;
    width: 90% !important;
    font-size: 16px !important;
  }
}


