.bingo-template {
    position: relative;
}
.bingo-template-8 {

}

.greenDeep{color: #6F621D;}
.bingo-template-8 .bold {
    font-weight: bold;
    font-family: 'Figtree-Bold','微軟正黑體';
}

.bingo-template-8 .mt-5 {
    margin-top: 3rem!important;
}
.bingo-template-8 .edtior .garyback {
    flex-wrap: wrap;
}

.bingo-template-8 .edtior .garyback {
    background: #F2F6F7;
    display: flex;
    justify-content: space-between;
}

.bingo-template-8 .edtior .garyback .left {
    width: 100%;
}

.bingo-template-8 .edtior .garyback .left {
    width: calc(100% - 487px);
    box-sizing: border-box;
    padding: 40px;
}

.bingo-template-8 .edtior .garyback .right {
    width: 100%;
}
.bingo-template-8 .edtior .garyback .right {
    width: 487px;
}

.bingo-template-8 .edtior .garyback .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bingo-template-8 .edtior .garyback .left ol {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 20px 0px;
}

.bingo-template-8 .edtior .garyback .left ol li {
    margin-left: 20px;
    list-style: decimal;
}

@media (max-width:1400px) {
  .bingo-template-8 .edtior .garyback .left{
  	width: calc(100% - 300px);
  }
  .bingo-template-8 .edtior .garyback .right{
  	width: 300px;
  }
}
@media (max-width:768px) {
  .bingo-template-8 .edtior .garyback{
  	display:block;
  }
  .bingo-template-8 .edtior .garyback .left{
  	width: 100%;
  }
  .bingo-template-8 .edtior .garyback .right{
  	width: 100%;
    text-align:center;
  }
  .bingo-template-8 .edtior .garyback .right img{
  	width:auto;
  }
}