#developer .qt-container {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../../assets/img/service/lines-bg.svg), url(../../assets/img/payment-options/media-bg.svg), url(../../assets/img/product/arrows.svg) no-repeat;
    background-size: 100%, 80px 80px, auto 20px;
    background-position: bottom , 94% 20%, 6% 30%;
    background-repeat: no-repeat;
}

#developer .qt-container > .text-section {
    text-align: center;
}

#developer .qt-container .text-section > .title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    width: 70%;
    margin: 0 auto;
}

#developer .cards-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

#developer .cards-section > .card {
    background-color: #ffffff;
    padding: 50px 20px 40px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.01);
    flex: 1;
    flex-direction: column;
    margin-right: 20px;
    text-align: center;
    max-width: 29%;
}

#developer .cards-section > .card:last-child {
    margin-right: 0px;
}

#developer .cards-section > .card > .sub-title {
   margin-top: 15px;
}

#developer .cards-section > .card > .description {
    padding: 10px 20px;
    font-size: 0.9rem;
    color: var(--dark-grey);
    text-align: center;
    line-height: 25px;
}

#developer .cards-section > .card a {
    text-decoration: none;
    color: var(--blue);
    font-size: 0.9rem;
}

#developer .cards-section > .card a:hover {
   text-decoration: underline;
   transition: 0.3s ease-in-out;
}

#faq-section {
    background-color: #f8fafc;
    padding: 190px 0px 100px;
}

#faq-section > .qt-container {
    display: flex;
    /* padding: 0px 200px; */
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#faq-section .text-section {
    flex: 1;
    position: relative;
}

#faq-section .text-section > .title {
    font-size: 2.5rem;
    width: 443px;
    max-width: 100%;
}

#faq-section .text-section > .title::after {
    content: '';
    display: block;
    background: url(../../assets/img/product/scribble.svg) no-repeat;
    background-size: contain;
    height: 119px;
    width: 130px;
    position: absolute;
    top: 100%;
    right: 15%;
}

#faq-section .faqs {
    flex: 1;
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 rgba(2, 4, 16, 0.05);
    background-color: #ffffff;
    padding: 60px 40px;
}

#faq-section .faqs > .faq:not(:last-child) {
    margin-bottom: 60px;
}

#faq-section .faqs > .faq > .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#faq-section .faqs > .faq > .answer {
    font-size: 0.9rem;
    color: var(--dark-grey);
    line-height: 25px;
}

