@font-face {
    font-family: Muller;
    src: url(Muller-Bold.ttf);
}

.container-fluid {
    background-image: url('images/Quadro\ Holding\ Page\ BG\ 1.png');
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.how-list {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: flex-end;
    align-content: flex-end;
}

.list {
    display: flex;
    width: 80%;
    justify-content: center;
}

.list-item {
    height: 215px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

h1, h2, p {
    font-family: 'muller';
    text-transform: uppercase;
    color: white;
    text-align: center;
}

a {
    color: #d41e47;
}

a:hover {
    color: #0379ee;
    text-decoration: none;
}

.row .content {
    display: flex;
    flex-direction: column;
}
.rec-img {
    position: absolute;
    width: 121px;
    right: 50px;
    top: 78%;
}

.logo-img {
    position: absolute;
    width: 300px;
    right: 48%;
    top: 3%;
}

.mobile-list {
    margin: 0;
    padding: 0;
}

.mob-how-list {
    background-color: #252525;
    padding: 2em;
    margin: 0;
    display: flex;
}

.mob-list {
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .logo-img {
        display: none;
    }

    .main-content {
        display: none;
    }

    .list {
       display: none;
    }

    .container-fluid {
        background-image: url('images/quadromobile.png');
        background-size: cover;
        background-position: bottom;
        }

    h1 {
        display: none;
    }

    .rec-img {
        display: none;
    }

    .container-fluid.mobile-list {
        display: unset;
    }
    
}

@media screen and (max-width: 1000px) {
    .logo-img {
        right: 20%;
    }

    .container-fluid.mobile-list {
        height: 100vh!important;
    }

    .mob-list {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    
    .mob-list-item {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mob-list {
        display: flex;
    }
}

@media screen and (min-width: 1000px) {
    .container-fluid.mobile-list {
        display: none;
    }
}