.instruction {
    color: #458fec;
    font-size: 16px;
    margin: auto;
}
.instruction p {
    width: 100%;
}
.instruction .orange {
    color: #fe8c2f;
    margin-left: 40px;
}
.instruction .circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    vertical-align: top;
    top: 3px;
    position: absolute;
    left: -30px;
}
.instruction_steps p {
    display: inline;
    width: calc(100% - 30px);
}
.instruction_steps img {
    display: inline;
}
.instruction_step {
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px;
}
.game_icon img {
    position: absolute;
    left: 23px;
    width: 25px;
}
.do_it_yourself img.hand  {
    position: absolute;
    left: -15px;
    width: 22px;
}
.instruction .note {
    color: black;
    background-color: #bfeb9c;
    border-radius: 15px;
    margin-bottom: 40px;
}
.instruction .note h5 {
    color: #ff5357;
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 0;
}
 .our_product .btn-primary {
    padding-top: 8px;
    padding-bottom: 8px;
 }
 .our_product img {
    max-height: 150px;
 }
 .book_contents {
    color: black;
    font-size: 16px;
 }
 .book_contents  .row .col-6 {
    padding: 0 15px;
 }
 .contents .content, .contents .content_page {
    display: inline-block;
    position: relative;
    background-color: #fff;
    bottom: -11px;
    padding: 5px;
 }
 .contents .dots {
    clear: both;
    border-bottom: 1px dotted;
 }
 .contents {
    margin-bottom: 6px;
    font-weight: 500;
 }
.content_transl {
    padding-left: 5px;
    font-size: 14px;
}
.enjoy {
    background-color: #bfeb9c;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
}
.content_title {
    background-color: rgb(67,145,191);
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
}
.instruction_steps .blue_title {
    font-weight: 500;
    color: #fff;
    background-color: rgb(67,145,191);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 14px;
}
.about_us {
    font-size: 14px;
}
.about_title {
    color: #065e8f;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
}
.math_title {
    color: #79b854;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.instruction_math {
    color: black;
}
.instruction_math .game_icon {
    position: relative;
    padding-left: 15px;
}
.instruction_fairytale {
    color: #de7b31;
}
.fairytale_title {
    color: #cd890c;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
