/*order-option*/
/*order-option*/
.side-anchor-wrap {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
}
.side-anchor-wrap .anchor-text {
  color: #252728;
  letter-spacing: 0px;
  text-align: justify;
}
.side-anchor-wrap .anchor-button .btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-anchor div {
  height: 600px;
}

@media (max-width: 1366px) {
  .side-anchor-wrap .anchor-mob-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .side-anchor-wrap .anchor-button-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 10px;
  }
  .side-anchor-wrap .anchor-button-mob .anchor-Icon {
    width: 18px;
  }
}