.faq-block {
   background: #f1f3f8;
   text-align: start;
   padding-top: 80px;
 }
 
 .faq-block__container {
   width: 1241px;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: start;
   margin: 0 auto;
   padding-bottom: 100px;
 }