@media screen and (min-width: 768px) {
  body.theme-sober.woocommerce-edit-address .woocommerce-address-fields .form-row-first {
    width: calc(50% + 95px) !important;
    margin-right: 0 !important;
  }
  body.theme-sober.woocommerce-edit-address .woocommerce-address-fields .form-row-last {
    width: calc(50% - 95px) !important;
    float: right !important;
  }
  body.theme-sober.woocommerce-edit-address .woocommerce-address-fields .fc-expansible-form-section.form-row-first {
    width: 100% !important;
    padding-right: 0;
  }
}