
@media (max-width: 768px) {
  .header_middle_part .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header_middle_part .col-xs-7,
  .header_middle_part .col-xs-5 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .header_middle_part img {
    max-width: 180px;
    height: auto;
    margin-bottom: 15px;
  }

  .header_middle_part .pull-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header_middle_part form {
    width: 90% !important;
    margin-top: 10px;
  }

  .header_middle_part input[type="text"] {
    font-size: 16px;
  }

  .button_type_1 {
    width: 90%;
    font-size: 16px;
  }
}
