* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global variables */


#features-hero .qt-container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../../assets/img/payment-options/media-bg.svg), url(../../assets/img/features/features-bg.svg);
    background-size: 80px 80px, auto 30px;
    background-position: 94% 15%, 6% 18%;
    background-repeat: no-repeat;
}

#features-hero > .qt-container > .text-section {
    flex: 4;
}

#features-hero > .qt-container > .hero-img {
    flex: 5;
    padding-left: 20px;
}

#features-hero .hero-img > div > img {
    width: 100%;

}

#features-hero .qt-container .title {
    font-size: 2.5rem;
    margin-bottom: 18px;
}

.qt-container .sub-title {
    line-height: 25px;
    color: var(--dark-grey);
}

#features-hero .text-section > .title {
    font-size: 2.5rem;
    margin-bottom: 18px;
}

#features-hero .text-section > .sub-title {
    line-height: 25px;
    color: var(--dark-grey);

}

#features-hero .text-section > .feature-list  {
    line-height: 25px;
    margin-top: 15px;
    color: var(--dark-grey);
}

#features-hero .text-section > .feature-list > .feature  {
   display: flex;
}

#features-hero .text-section > .feature-list > .feature::before  {
    content: '';
    display: block;
    background: url(../../assets/img/product/checkmark.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-right: 20px;
 }

#features-hero .text-section > .feature-list > .feature:not(:first-of-type)  {
    margin-top: 15px;
}

#features-section > .qt-container > .title {
    padding: 0px 150px;
}

#features-section > .qt-container > .title > span{
    color: var(--blue);
    font-weight: 500;
}

#checkout {
    background-color: #F0F7FB;
}

#checkout > .qt-container {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#checkout  .text-section {
    flex: 5;
    padding-right: 18px;
}

#checkout  .text-section > .title {
    font-size: 2rem;
    margin-bottom: 18px;
}

#checkout  .text-section > .sub-title {
    line-height: 25px;
    color: var(--dark-grey);
    margin-bottom: 20px;
}

#checkout .text-section > .arrows {
    margin-top: 50px;
}

#checkout > .qt-container > .hero-img {
    flex: 5;
    padding-left: 20px;
}

#checkout .hero-img > div > img {
    width: 100%;
}

#invoices{
    background-color: #020410;
}

#invoices > .qt-container {
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--white);
}

#invoices .text-section {
    color: var(--white);
    flex: 4;
    padding-right: 18px;
}

#invoices  .text-section > .title {
    font-size: 2rem;
    margin-bottom: 18px;
}

#invoices  .text-section > .sub-title {
    line-height: 25px;
    color: var(--white);
    margin-bottom: 20px;
}

#invoices > .qt-container > .hero-img {
    flex: 4;
    padding-right: 60px;
    background: url(../../assets/img/product/topography-copy.svg) no-repeat;
    background-size: contain;
}

#invoices .hero-img > div > img {
    width: 100%;
}

#invoices .text-section > .feature-list  {
    line-height: 25px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.7);
}

#invoices .text-section > .feature-list > .feature  {
   display: flex;
}

#invoices .text-section > .feature-list > .feature::before  {
    content: '';
    display: block;
    background: url(../../assets/img/product/checkmark-fill.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-right: 20px;
 }

 #invoices .text-section > .feature-list > .feature:not(:first-of-type)  {
    margin-top: 15px;
}

#payment-links {
    background-color: #F8FAFC;
}

#payment-links > .qt-container {
    padding-top: 110px;
    padding-bottom: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#payment-links  .text-section {
    flex: 4;
    padding-right: 18px;
}

#payment-links  .text-section > .title {
    font-size: 2rem;
    margin-bottom: 18px;
}

#payment-links  .text-section > .sub-title {
    line-height: 25px;
    color: var(--dark-grey);
    margin-bottom: 20px;
}

#payment-links > .qt-container > .hero-img {
    flex: 5;
    padding-left: 20px;
}

#payment-links .hero-img > div > img {
    width: 100%;
}

#payment-links .text-section > .arrows {
    margin-top: 50px;
}

#payment-methods {
    background-color: #F0F7FB;
}

#payment-methods > .qt-container {
    padding-top: 90px;
    padding-bottom: 90px;
}

#payment-methods > .qt-container > .title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

#payment-methods > .qt-container > .sub-title {
    text-align: center;
    /* font-size: 0.9rem; */
    color: var(--dark-grey);
    line-height: 25px;
    padding: 0px 35s0px;
}
#payment-methods > .qt-container > .methods {
    margin: 50px 0px;
}

#payment-methods > .qt-container > .methods .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
 }
 
 #payment-methods > .qt-container > .methods .payment-card {
     flex: 1;
     padding: 20px 30px 60px;
     background-color: var(--white);
     box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.01);
     margin-right: 20px;
     border-radius: 10px;
 }

 #payment-methods > .qt-container > .methods .payment-card > .title {
    font-size: 1.15rem;
    margin: 15px 0px;
}

#payment-methods > .qt-container > .methods .payment-card > .description {
    font-size: 0.9rem;
    color: var(--dark-grey);
    line-height: 25px;
}

#payment-methods > .qt-container > .methods .payment-card > div {
    margin-top: 30px;
}

#compliance > .qt-container {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#compliance .text-section {
    flex: 4;
    padding-right: 18px;
}

#compliance  .text-section > .title {
    font-size: 2rem;
    margin-bottom: 18px;
}

#compliance  .text-section > .sub-title {
    line-height: 25px;
    color: var(--dark-grey);
    margin-bottom: 20px;
}

#compliance > .qt-container > .hero-img {
    flex: 4;
    padding-left: 20px;
}

#compliance .hero-img > div > img {
    width: 100%;
}

#compliance .text-section > .arrows {
    margin-top: 50px;
}
