/* Основные стили */
.single-instruction {
   background-color: #F1F3F8;

}

.container-instruction {
   width: 1241px;
   margin: 0 auto;
   margin-bottom: 103px;

   &:first-child {
      margin-bottom: 0;
   }
}
/* 
.breadcrumbs {
   font-size: 14px;
   margin-bottom: 20px;
} */

.instruction-layout {
   display: flex;
   gap: 73px;
}
