html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
.section{background: linear-gradient(#ececec 40%, #fff 80%);}

main .inner{
    flex-direction: column;
    width: calc(100% - 2rem);
    padding-bottom: 4rem;
    max-width: 1280px;
}
p{
    line-height: 1.6;
}

.inner-nav-bar span{width: 68px;}


#section-1 .img-wrapper.about-page {
    transform: translateX(0) !important;
    margin-left: 0 !important;
}
#section-1 .img-wrapper.about-page img {
    transform: translateX(0) !important;
    width: 100% !important;
    margin-top: 4rem !important;
}
#section-1 .img-wrapper{
    /* display: flex;
    justify-content: center; */
    width: 100%;
    margin-top: 4rem;
    transform: translateX(70px);
}

#section-1 .lizings-banner{
    overflow: hidden;
}

#section-1.about-page img {
    transform: translateX(0) !important;
}
#section-1 img {
    width: 120%;
    max-width: 600px;
    transform: translateX(-20px);
}

#section-1 .inner{
    padding-bottom: 0;
    padding-top: 3.5rem;
}


#section-2 .img-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
#section-2 .img-wrapper img{transform: translateX(-30px);}
#section-2 h2{
    margin-bottom: 1rem;
}
#section-2 .lizinga-step + .lizinga-step{
    margin-top: 3rem;
}
#section-2 ul{
    padding-left: 2rem;
}
#section-2 li + li{
    margin-top: 1em;
 }
 #section-2 .lizinga-step a{
     color: #ad212d;
     font-weight: 700;
     text-decoration: underline;
 }
 #section-2 .lizinga-step a:hover{
     color: rgba(0, 0, 0, 0.7);
 }

 #section-2 li{
     position: relative;
 }
 #section-2  li::before{
     position: absolute;
     content: url(/media/lizings/list-bullet.svg);
     left: -2rem;
 }
 #section-2 .splitter{
     text-align: center;
     font-size: 60px;
     color: #ad212d;
     margin: 5rem 0 3rem 0;
 }
 #section-2 .lizings-info-container ul{
     margin-top: 2rem;
 }
 #section-2 .lizings-info-container .right-col{
     margin-top: 3rem;
 }

 #section-2 .col + .col{
    margin-top: 4rem;
 }



 #section-3 .partneru-container{
     display: flex;
     flex-direction: column;
     margin-top: 2rem;
 }
 #section-3 .partner-item{
     background: #fff;
     margin-top: 2rem;
     border-radius: 30px;
     padding: 2rem;
 }
 #section-3 .img-wrapper{
     display: flex;
     justify-content: center;
 }
 /* #section-3 .margin-needed{
     margin-bottom: 2rem;
 } */
 /* #section-3 .partner-item:last-child .margin-needed{margin-top: 1.5rem;} */
 #section-3{
     background: #eeeeee;
 }

 #section-3 p{
     line-height: 1.6;
 }
 #section-3 h2{
     margin-bottom: 1rem;
 }

 hr{
     margin: 0;
     border: 1px solid #fff;
 }

form p{
    position: relative;
    margin: 1rem  0 2rem 1.5rem;
}
form p::before{
    position: absolute;
    content: "*";
    left: -1rem;
}
form button{
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    background: #a81427;
    padding: 0.7rem 1.8rem;
    transition: .4s;
}

form button:hover{
    background: #162132 ;
}



@media (min-width:576px){
    #section-3 .partneru-container{
        flex-direction: row;
        flex-wrap: wrap;
    }
    #section-3 .partner-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(50% - 2rem);
        margin: 1rem;
    }
    #section-3 .partner-item p{
        min-height: 110px ;
    }
    #section-3 h2{
        margin-top: auto;
    }
}

@media (min-width:768px){
    main .inner{
        width: calc(100% - 4rem);
    }
    #section-1 .img-wrapper.about-page {
        width: 80% !important;
    }
    #section-2 .lizinga-steps-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #section-2 .lizinga-step{
        width: calc(50% - 1rem);
        margin-top: 2rem;
    }
    #section-2 .lizinga-step + .lizinga-step{
        margin-top: 2rem;
    }
    #section-2 .lizings-info-container{
        display: flex;
        justify-content: space-between;
    }
    #section-2 .col{
        width: calc(50% - 2rem);
        
    }
    #section-2 .col + .col{
        margin-top: 0;
    }
}
@media (min-width:992px){

    #section-1 .img-wrapper.about-page {
        width: 100% !important;
    }
    #section-1 .img-wrapper.about-page img {
        margin-top: 0 !important;
    }
    #section-1 .inner{
        padding-top: 0;
    }

    #section-1 .lizings-banner{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #section-1 .text-container{
        width: 50%;
    }
    #section-1 .img-wrapper{
        width: 50%;
        margin-top: 0;
        margin-left: 2rem;
    }
  .button-container{
        display: flex;
   }
  .inner-button-container{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 2rem;
   }
   form p {
       margin-top: 0;
       margin-bottom: 0;
   }
}

@media (min-width:1200px){
    #section-3 .partneru-container{justify-content: center;}
    #section-3 .partner-item{
        width: calc(25% - 2rem);
    }
    #section-2 .lizinga-step{
        width: calc(25% - 1rem);
    }
}