.what-we-do-section {
     padding: 100px;
}

.how-our-risk-free-model-works-section {
     padding: 50px 0px;
     background-color: white;
}

.how-our-risk-free-model-works-section-content {
     padding: 40px 18px;
     /* background: #f8f9fa; */
     font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.what-receive-section {
     padding: 100px;
     background-color: #f6f6f6;
}


.methods-and-tools-section {
     padding: 100px;
     background-color: #f8f8f8;
}

.faq-section {
     padding: 100px;
}


/* Phones (breakpoint 600px) */
@media (max-width: 600px) {
     .about-visual {
        flex-direction: row;
    }
     .what-we-do-section {
          padding: 60px 20px;
     }
     .what-receive-section {
          padding: 60px 20px;
     }

     .methods-and-tools-section {
          padding: 60px 20px;
     }

     .faq-section {
          padding: 60px 20px;
     }

}
