/* Основное содержимое */
.instruction-content {
   padding: 40px;
   background-color: #FFFFFF;
   border-radius: 20px;
}

.instruction-title {
   font-family: Onest;
   font-weight: 700;
   font-size: 36px;
   line-height: 100%;
   letter-spacing: 0%;

   margin: 48px 0 64px 0;
}

.instruction-thumbnail img {
   min-width: 100%;
   /* border-radius: 8px; */
   margin-bottom: 20px;
}

.instruction-body {
   font-size: 16px;
   line-height: 140%;
   font-weight: 400;
   color: #222222;
}

.instruction-body h2 {
   margin-top: 30px;
   font-size: 32px;
   line-height: 130%;
   font-weight: 600;
}

.instruction-body h3 {
   margin-top: 25px;
   font-size: 24px;
   line-height: 120%;
   font-weight: 600;
}

.instruction-body h4 {
   margin-top: 15px;
   font-size: 20px;
   line-height: 120%;
   font-weight: 600;
}

.instruction-body p {
   line-height: 1.6;
   margin-bottom: 15px;
}

.instruction-body img {
   width: 100%;
   border-radius: 8px;
   margin-bottom: 40px;
   margin-top: 20px;

}