@media screen and (max-width: 750px) {
  #wrapper .sec-footer-fixed {
    border-top: 1px solid #F66700;
    padding: 12px 8px 8px 8px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 98;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  #wrapper .sec-footer-fixed .footer-fixed_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
 #wrapper .sec-footer-fixed .footer-fixed_text {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
  }
 #wrapper .sec-footer-fixed .phone-link {
    display: flex;
    width: 100%;
    height: 42px;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background-color: #F66700;
  }
}