@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

body{
    background-color: #0E0E0E;
    color: #fff;
    font-family: 'Montserrat';
}
.landing{
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
footer{
    display: flex;
    justify-content: space-between;
    padding: 24px 48px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 767px){
    footer{
        display: flex;
        justify-content: center;
        padding: 24px 48px;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        width: 100%;
        color: #fff;
        font-weight: 700;
    }
    .footer a{
        margin-top: 32px;
    }
}
footer a{
    text-decoration: none;
    color: #fff;
}
footer a:hover{
    text-decoration: none;
    color: #DA6A39;
}

@media (max-width: 767px){
    .logo{
        width: 250px;
        height: auto;
    }
}
.middle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.products{
    display: flex;
    gap: 4;
    color: #fff;
    margin-top: 24px;
    align-items: center;
}

.products a{
    margin: 0px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.products a{
    text-decoration: none;
    color: #fff;
}
.products a:hover{
    text-decoration: none;
    color: #DA6A39;
}

@media (max-width: 767px){
    .products{
        flex-direction: column;
    }
    .products img{
        display: none;
    }
    .products a{
        margin-bottom: 10px;
    }
}

.ml .middle{
    width: 450px;
    margin: 0 auto;
    text-align: center;
}
.ml .middle p{
    margin-bottom: 24px;
}
.ml header{
    padding-top: 24px;
}
@media (max-width: 767px){
    header .logo{
        width: 160px;
        height: auto;
    }
    .ml .middle{
        width: 100%;
        padding: 0px 24px;
    }
    .ml h1{
        font-size: 28px;
    }
    .ml footer{
        padding: 24px 16px;
    }
    .ml footer .products a{
        margin: 0px 8px;
        font-size: 14px!important
    }
    .ml footer div{
        margin: 4px 0px;
    }
}
.ml .products{
    margin-top: 0px!important;
    font-size: 14px!important;
}
.ml .products a{
    font-size: 14px!important;
}