@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* demo css */
    #developer {
        padding: 0px 15px;
    }

    #developer .qt-container {
        padding: 60px 0px;
        background: url(../../assets/img/service/lines-bg.svg) no-repeat;
        background-position: bottom bottom;
    }
    
    #developer .qt-container > .text-section {
        text-align: center;
    }
    
    #developer .qt-container .text-section > .title {
        font-size: 2rem;
        margin-bottom: 10px;
        width: 100%;
        margin: 0 auto;
    }
    
    #developer .cards-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        margin-top: 80px;
    }
    
    #developer .cards-section > .card {
        margin-right: 0px;
        margin-bottom: 20px;
        flex: 100%;
        max-width: 100%;
    }
    
    #developer .cards-section > .card:last-child {
        margin-bottom: 0px;
    }
    
    #developer .cards-section > .card > .description {
        line-height: 20px;
        font-size: 0.9rem;
    }
          /* Faqs sections */
          #faq-section {
            background-color: var(--main-bg);
            padding: 190px 0px 100px;
        }
    
        #faq-section {
           padding: 0 15px;
        }
    
        #faq-section > .qt-container {
            padding: 60px 0px;
        }
        
        #faq-section .text-section {
            flex: 100%;
            width: 100%;
        }
        
        #faq-section .text-section > .title {
            font-size: 2.5rem;
            width: 443px;
            max-width: 100%;
        }
        
        #faq-section .text-section > .title::after {
            display: none;
        }
        
        #faq-section .faqs {
            flex: 100%;
            width: 100%;
            margin-top: 50px;
        }
    
}

/*------- Tablets ------*/
/* ========================= */

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #developer .cards-section > .card {
        padding: 50px 8px 40px;
    }

    #developer .cards-section > .card > .description {
        padding: 15px 10px;
        height: 10em;
    }


}

/*------- Low res laptop ------*/
/* ========================= */

@media only screen and (min-width: 992px) and (max-width: 1440px) {

    #developer .cards-section > .card {
        padding: 50px 8px 40px;
    }

    #developer .cards-section > .card > .description {
        padding: 15px 20px;
    }
    
}

/*-------Mid-size screens------*/
/* ========================= */

@media only screen and (min-width: 1441px) and (max-width: 2559px) {
    html {
      font-size: 16px;
    }
    
    .qt-container {
        padding: 0px 100px;
        width: 100%;
    }
}
