/* Add custom CSS styles below */ 

#about-2 .btn{

  border-radius: 25px !important;
}

#about-2 .btn span{

 font-size: 20px !important;
}

#about-2 h2{
  color:#000 !important;
}

#about-2 .text-store-text-primary {
    font-size: 26px;
    line-height: 2rem;
    
}

.s-block--faq .container{
  padding: 2rem;
  background-color: #DFCCB5 !important;
  
}

.s-block--faq .bg-store-bg-secondary {
    background-color: #ffffff00;
}

.s-block--enhanced-features .max-h-24{
  max-height: 13rem;
}
.s-block--enhanced-features__item .feature-icon {
    align-items: center;
    display: flex;
    height: 8rem;
    justify-content: center;
    margin-bottom: .75rem;
    width: 8rem;
}


.footer-bottom .s-payments-list li:last-child {
    display: none !important;
}