.cursor {
    cursor: pointer!important;
}
.nav-centered-home{
    width: 100%;
    max-width: 100%;
    padding: 0rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lingva-shop-top{
    width: 11rem;
}
.lingva-shop-bottom{
    width: 18rem;
}
.flex-footer{
    width: 100%;
    padding: 3rem 0rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.logo-footer{
    padding-right: 3rem;
}
.description-footer{
    width: fit-content;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: white;
}
.aboutUs{
    margin-bottom: 20px;
    color: #fff;
    font-size: 2rem;
}
.container-footer{
    margin-top: 6rem; 
    background: #0b2a5f;
    background-size: contain;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 40px;
    background-image: url(/images/b-ground.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
}





@media screen and (max-width: 980px) {
    .flex-footer{
        display: block;
        padding: 0 4rem;
    }
    .container-footer{
        padding: 2rem;
    }
    .lingva-shop-bottom {
        width: 15rem;
        margin: 0 0 1rem 0;
    }
}

@media screen and (max-width: 550px) {
    .flex-footer{
        padding: 0rem;
    }
    p.text-base.leading-7.text-white\/90 {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
    }
    .container-footer {
        background-size: cover;
    }
    .checkout-steps {
        overflow: auto;
        padding: 0 0px 1.3rem 0px;
    }
    .checkout-step{
        margin-right: 15px;
    }
    .step-line {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .checkout-step {
        gap: 4px;
        margin-right: 10px;
    }
}




